Shades of Lily #CC9DC0
Tints of Lily #CC9DC0
RGB
CMYK
RGB Variations
Color information
#CC9DC0 (or 0xCC9DC0) is known color: 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
RGB | 204 | 157 | 192 | - |
CMYK | 0 | 0.23 | 0.06 | 0.2 |
HSL | 315.32º | 0.32% | 0.71% | - |
HSV(B) | 315.32º | 0.23% | 0.8% | - |
XYZ | 46.47 | 40.76 | 55.29 | - |
YUV | 175.04 | 137.57 | 148.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 157 | 192 | 0 | 0.23 | 0.06 | 0.2 | 315.32 | 0.32 | 0.71 |
Hex | CC | 9D | C0 | 0 | 17 | 6 | 14 | 13B | 20 | 47 |
Octal | 314 | 235 | 300 | 0 | 27 | 6 | 24 | 473 | 40 | 107 |
Binary | 11001100 | 10011101 | 11000000 | 0 | 10111 | 110 | 10100 | 100111011 | 100000 | 1000111 |
Color Harmonies of #CC9DC0
Complementary color
Monochromatic Colors of #CC9DC0
Black with #CC9DC0
Text Example
Text Example
White with #CC9DC0
Text Example
Text Example
HTML Codes & Css Web 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>