#CC9DC0

Color #CC9DC0 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #CC9DC0

Tints of Lily #CC9DC0

Color information

#CC9DC0 (or 0xCC9DC0) is unknown color: approx Lily. HEX triplet: CC, 9D and C0. RGB value is (204,157,192). Sum of RGB (Red+Green+Blue) = 204+157+192=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DC0 is #33623F. Grayscale: #AEAEAE. Windows color (decimal): -3367488 or 12623308. OLE color: 12623308.

HSL color Cylindrical-coordinate representation of color #CC9DC0: hue angle of 315.32º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9DC0 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204157192-
CMYK00.230.060.2
HSL315.32º31.54%70.78%-
HSV(B)315.32º23.04%80%-
XYZ46.4740.7655.29-
YUV175.04137.57148.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=36.89%
G=28.39%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415719200.230.060.2315.3231.5470.78
HexCC9DC001761413b2047
Octal31423530002762447340107
Binary110011001001110111000000010111110101001001110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9DC0; }

 p { color: rgb(204,157,192); }

 H1.HeaderClassName
 {
   color: #CC9DC0;
 }
 .AnyTagClassName
 {
   color: #CC9DC0;
 }
</style>
background-color css

<style>
 a { background-color: #CC9DC0; }

 a { background-color: rgb(204,157,192); }

 div.DivClassName
 {
   background-color: #CC9DC0;
 }
 .BgClassName
 {
   background-color: #CC9DC0;
 }
</style>
border-color css

<style>
 span { border-color: #CC9DC0; }

 span { border-color: rgb(204,157,192); }

 td.TdClassName
 {
   border-color: #CC9DC0;
 }
 .TagClassName
 {
   border-color: #CC9DC0;
 }
</style>