Shades of Lilac #CC9BD0
Tints of Lilac #CC9BD0
RGB
CMYK
RGB Variations
Color information
#CC9BD0 (or 0xCC9BD0) is known color: Lilac. HEX triplet: CC, 9B and D0. RGB value is (204,155,208). Sum of RGB (Red+Green+Blue) = 204+155+208=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BD0 is #33642F. Grayscale: #AFAFAF. Windows color (decimal): -3367984 or 13671372. OLE color: 13671372.
HSL color Cylindrical-coordinate representation of color #CC9BD0: hue angle of 295.47º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC9BD0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 155 | 208 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.18 |
| HSL | 295.47º | 0.36% | 0.71% | - |
| HSV(B) | 295.47º | 0.25% | 0.82% | - |
| XYZ | 48.01 | 40.83 | 65.03 | - |
| YUV | 175.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 208 | 0.02 | 0.25 | 0 | 0.18 | 295.47 | 0.36 | 0.71 |
| Hex | CC | 9B | D0 | 2 | 19 | 0 | 12 | 127 | 24 | 47 |
| Octal | 314 | 233 | 320 | 2 | 31 | 0 | 22 | 447 | 44 | 107 |
| Binary | 11001100 | 10011011 | 11010000 | 10 | 11001 | 0 | 10010 | 100100111 | 100100 | 1000111 |
Color Harmonies of #CC9BD0
Complementary color
Monochromatic Colors of #CC9BD0
Black with #CC9BD0
Text Example
Text Example
White with #CC9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BD0; }
p { color: rgb(204,155,208); }
H1.HeaderClassName
{
color: #CC9BD0;
}
.AnyTagClassName
{
color: #CC9BD0;
}
</style>
background-color css
<style>
a { background-color: #CC9BD0; }
a { background-color: rgb(204,155,208); }
div.DivClassName
{
background-color: #CC9BD0;
}
.BgClassName
{
background-color: #CC9BD0;
}
</style>
border-color css
<style>
span { border-color: #CC9BD0; }
span { border-color: rgb(204,155,208); }
td.TdClassName
{
border-color: #CC9BD0;
}
.TagClassName
{
border-color: #CC9BD0;
}
</style>