COLOR #C590DE

HEX: #C590DE RGB: (197,144,222)

Color info

#C590DE contains mainly red and blue colors. Web safe color of #C590DE is #CC99CC (or #C9C).

RGB color model

#C590DE color RGB value is (197,144,222).

RGB: (197,144,222) (77%, 56%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 144 of 255 = 56%
B 222 of 255 = 87%

197
144
222

R + G + B ~ 73%. #C590DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 144 + 222 = 563 (100%)
R 197 of 563 ~ 34.99%
G 144 of 563 ~ 25.58%
B 222 of 563 ~ 39.43'%

%34.99
%25.58
%39.43

CMYK color model

#C590DE color CMYK value is (11,35,0,13).

  • cyan value is 11.26%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (11,35,0,13)
C11M35Y0K13 (11%, 35%, 0%, 13%)
(0.11 / 0.35 / 0.00 / 0.13)

CMYK percentages

%11.26
%35.14
%0
%12.94

Codes

Color #C590DE in popluar color models

C5 90 DE
RGB 197 144 222
HSL 281° 54.17% 71.76%
HSB/HSV 281° 35.14% 87.06%
CMYK 11.26% 35.14% 0.00%
12.94%

Color #C590DE in popluar number systems.

HEX C5 90 DE
Decimal 197 144 222
Binary 11000101 10010000 11011110
Octal 305 220 336

Shades and tints

Shades of #C590DE

#C590DE
(197,144,222)
#B483CA
(180,131,202)
#A376B6
(163,118,182)
#9269A2
(146,105,162)
#815C8E
(129,92,142)
#704F7A
(112,79,122)
#5F4266
(95,66,102)
#4E3552
(78,53,82)
#3D283E
(61,40,62)
#2C1B2A
(44,27,42)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #C590DE

#C590DE
(197,144,222)
#CA9AE1
(202,154,225)
#CFA4E4
(207,164,228)
#D4AEE7
(212,174,231)
#D9B8EA
(217,184,234)
#DEC2ED
(222,194,237)
#E3CCF0
(227,204,240)
#E8D6F3
(232,214,243)
#EDE0F6
(237,224,246)
#F2EAF9
(242,234,249)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C590DE color. Also use rgb(197,144,222) instead hex code.

Text Font Color

.myTextColor { color: #C590DE; }

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

This text font color is #C590DE.

Background Color

.myBgColor { background-color: #C590DE; }

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

This div background color is #C590DE.

Border color

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

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

This div border color is #C590DE.

Opacity

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

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

Text with #C590DE 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 #C590DE;}

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

This text has shadow with #C590DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C590DE.

Preview

Color preview on black background

This text has color #C590DE on black background.


Color preview on white background

This text has color #C590DE on white background.


Black color preview on #C590DE background

This text has black color on #C590DE background.


White color preview on #C590DE background

This text has white color on #C590DE background.


Related colors

Complementary color

Complementary color for #hex is #3A6F21.


I love getcolorcode.com

Triadic colors

1 #DEC590 and #90DEC5 with #C590DE are triadic colors.

2 #DE90C5 and #90C5DE with #C590DE are triadic colors.