Shades of Lily #CC96BD
Tints of Lily #CC96BD
RGB
CMYK
RGB Variations
Color information
#CC96BD (or 0xCC96BD) is known color: Lily. HEX triplet: CC, 96 and BD. RGB value is (204,150,189). Sum of RGB (Red+Green+Blue) = 204+150+189=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96BD is #336942. Grayscale: #AAAAAA. Windows color (decimal): -3369283 or 12424908. OLE color: 12424908.
HSL color Cylindrical-coordinate representation of color #CC96BD: hue angle of 316.67º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC96BD is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 189 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.2 |
| HSL | 316.67º | 0.35% | 0.69% | - |
| HSV(B) | 316.67º | 0.26% | 0.8% | - |
| XYZ | 44.99 | 38.32 | 53.17 | - |
| YUV | 170.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 189 | 0 | 0.26 | 0.07 | 0.2 | 316.67 | 0.35 | 0.69 |
| Hex | CC | 96 | BD | 0 | 1A | 7 | 14 | 13D | 23 | 45 |
| Octal | 314 | 226 | 275 | 0 | 32 | 7 | 24 | 475 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10111101 | 0 | 11010 | 111 | 10100 | 100111101 | 100011 | 1000101 |
Color Harmonies of #CC96BD
Complementary color
Monochromatic Colors of #CC96BD
Black with #CC96BD
Text Example
Text Example
White with #CC96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96BD; }
p { color: rgb(204,150,189); }
H1.HeaderClassName
{
color: #CC96BD;
}
.AnyTagClassName
{
color: #CC96BD;
}
</style>
background-color css
<style>
a { background-color: #CC96BD; }
a { background-color: rgb(204,150,189); }
div.DivClassName
{
background-color: #CC96BD;
}
.BgClassName
{
background-color: #CC96BD;
}
</style>
border-color css
<style>
span { border-color: #CC96BD; }
span { border-color: rgb(204,150,189); }
td.TdClassName
{
border-color: #CC96BD;
}
.TagClassName
{
border-color: #CC96BD;
}
</style>