COLOR #C593D1

HEX: #C593D1
RGB: (197,147,209)

Renk bilgisi

#C593D1 contains mainly red and blue colors. #C593D1 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C593D1 color RGB value is (197,147,209).

  • kırmız ton 197;
  • yeşil ton 147;
  • mavi ton 209.
RGB:
(197,147,209)
(77%,58%,82%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 147 of 255 = 58%
B 209 of 255 = 82%

197
147
209

R + G + B ~ 72%. #C593D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 147 + 209 = 553 (100%)
R 197 of 553 ~ 35.62%
G 147 of 553 ~ 26.58%
B 209 of 553 ~ 37.79%

%35.62
%26.58
%37.79

CMYK RENK MODELİ

#C593D1 rengi CMYK tonu (6,30,0,18).

  • camgöbeği tonu 5.74%
  • eflatun tonu 29.67%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(6,30,0,18)
C6M30Y0K18 
(6%,30%,0%,18%)
(0.06/0.30/0.00/0.18)	

CMYK yüzdeleri

%5.74
%29.67
%0
%18.04

Codes

Color #C593D1 in popluar color models

C593D1
RGB197147209
HSL288°40.26%69.80%
HSB/HSV288°29.67%81.96%
CMYK5.74%29.67%0.00%
18.04%

Color #C593D1 in popluar number systems.

HEXC593D1
Decimal197147209
Binary110001011001001111010001
Octal305223321

Shades and tints

Shades of #C593D1

#C593D1
(197,147,209)
#B486BE
(180,134,190)
#A379AB
(163,121,171)
#926C98
(146,108,152)
#815F85
(129,95,133)
#705272
(112,82,114)
#5F455F
(95,69,95)
#4E384C
(78,56,76)
#3D2B39
(61,43,57)
#2C1E26
(44,30,38)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #C593D1

#C593D1
(197,147,209)
#CA9CD5
(202,156,213)
#CFA5D9
(207,165,217)
#D4AEDD
(212,174,221)
#D9B7E1
(217,183,225)
#DEC0E5
(222,192,229)
#E3C9E9
(227,201,233)
#E8D2ED
(232,210,237)
#EDDBF1
(237,219,241)
#F2E4F5
(242,228,245)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C593D1 color. Also use rgb(197,147,209) instead hex code.

Text Font Color

.myTextColor { color: #C593D1; }

<p style="color:#C593D1">This sample text font color is #C593D1.</p>

This text font color is #C593D1.


Background Color

.myBgColor { background-color: #C593D1; }

<div style="background-color:#C593D1">Inner text</div>

This div background color is #C593D1.


Border color

.myBorderColor { border: 1px solid #C593D1; }

<div style="border:3px solid #C593D1">Div</div>

This div border color is #C593D1.


Opacity

.myOpacity80 { color: #C593D1; opacity: 0.8; }

<p style="color:#C593D1;opacity:0.8;">80%</p>

Text with #C593D1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C593D1;}

<p style="text-shadow: 3px 3px 1px #C593D1">Text here.</p>

This text has shadow with #C593D1 color.

.textShadow {text-shadow: 3px 3px 1px #C593D1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C593D1, 5px 5px 20px red">Text here.</p>

This text has shadow with #C593D1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C593D1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C593D1, Direction=45, Strength=4)">Text</p>

This text has shadow with #C593D1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C593D1;
  -webkit-box-shadow:	1px 1px 3px 2px #C593D1;
  box-shadow:		1px 1px 3px 2px #C593D1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C593D1;
-webkit-box-shadow: 1px 1px 3px 2px #C593D1;
box-shadow:1px 1px 3px 2px #C593D1;">
Div content here</div>
This div box has shadow with color #C593D1.

Preview

Color preview on black background

This text has color #C593D1 on black background.


Color preview on white background

This text has color #C593D1 on white background.



Black color preview on #C593D1 background

This text has black color on #C593D1 background.


White color preview on #C593D1 background

This text has white color on #C593D1 background.