COLOR #C59ADC

HEX: #C59ADC RGB: (197,154,220)

Color info

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

RGB color model

#C59ADC color RGB value is (197,154,220).

RGB: (197,154,220) (77%, 60%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 154 of 255 = 60%
B 220 of 255 = 86%

197
154
220

R + G + B ~ 74%. #C59ADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 154 + 220 = 571 (100%)
R 197 of 571 ~ 34.5%
G 154 of 571 ~ 26.97%
B 220 of 571 ~ 38.53'%

%34.5
%26.97
%38.53

CMYK color model

#C59ADC color CMYK value is (10,30,0,14).

  • cyan value is 10.45%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (10,30,0,14)
C10M30Y0K14 (10%, 30%, 0%, 14%)
(0.10 / 0.30 / 0.00 / 0.14)

CMYK percentages

%10.45
%30
%0
%13.73

Codes

Color #C59ADC in popluar color models

C5 9A DC
RGB 197 154 220
HSL 279° 48.53% 73.33%
HSB/HSV 279° 30.00% 86.27%
CMYK 10.45% 30.00% 0.00%
13.73%

Color #C59ADC in popluar number systems.

HEX C5 9A DC
Decimal 197 154 220
Binary 11000101 10011010 11011100
Octal 305 232 334

Shades and tints

Shades of #C59ADC

#C59ADC
(197,154,220)
#B48CC8
(180,140,200)
#A37EB4
(163,126,180)
#9270A0
(146,112,160)
#81628C
(129,98,140)
#705478
(112,84,120)
#5F4664
(95,70,100)
#4E3850
(78,56,80)
#3D2A3C
(61,42,60)
#2C1C28
(44,28,40)
#1B0E14
(27,14,20)
#000000
(0,0,0)

Tints of #C59ADC

#C59ADC
(197,154,220)
#CAA3DF
(202,163,223)
#CFACE2
(207,172,226)
#D4B5E5
(212,181,229)
#D9BEE8
(217,190,232)
#DEC7EB
(222,199,235)
#E3D0EE
(227,208,238)
#E8D9F1
(232,217,241)
#EDE2F4
(237,226,244)
#F2EBF7
(242,235,247)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59ADC color. Also use rgb(197,154,220) instead hex code.

Text Font Color

.myTextColor { color: #C59ADC; }

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

This text font color is #C59ADC.

Background Color

.myBgColor { background-color: #C59ADC; }

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

This div background color is #C59ADC.

Border color

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

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

This div border color is #C59ADC.

Opacity

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

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

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

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

This text has shadow with #C59ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59ADC.

Preview

Color preview on black background

This text has color #C59ADC on black background.


Color preview on white background

This text has color #C59ADC on white background.


Black color preview on #C59ADC background

This text has black color on #C59ADC background.


White color preview on #C59ADC background

This text has white color on #C59ADC background.


Related colors

Complementary color

Complementary color for #hex is #3A6523.


I love getcolorcode.com

Triadic colors

1 #DCC59A and #9ADCC5 with #C59ADC are triadic colors.

2 #DC9AC5 and #9AC5DC with #C59ADC are triadic colors.