Shades of Lilac #CF9AD0
Tints of Lilac #CF9AD0
RGB
CMYK
RGB Variations
Color information
#CF9AD0 (or 0xCF9AD0) is known color: Lilac. HEX triplet: CF, 9A and D0. RGB value is (207,154,208). Sum of RGB (Red+Green+Blue) = 207+154+208=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9AD0 is #30652F. Grayscale: #AFAFAF. Windows color (decimal): -3171632 or 13671119. OLE color: 13671119.
HSL color Cylindrical-coordinate representation of color #CF9AD0: hue angle of 298.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9AD0 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 154 | 208 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.18 |
| HSL | 298.89º | 0.36% | 0.71% | - |
| HSV(B) | 298.89º | 0.26% | 0.82% | - |
| XYZ | 48.67 | 40.93 | 65.01 | - |
| YUV | 176 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 208 | 0.00 | 0.26 | 0 | 0.18 | 298.89 | 0.36 | 0.71 |
| Hex | CF | 9A | D0 | 0 | 1A | 0 | 12 | 12B | 24 | 47 |
| Octal | 317 | 232 | 320 | 0 | 32 | 0 | 22 | 453 | 44 | 107 |
| Binary | 11001111 | 10011010 | 11010000 | 0 | 11010 | 0 | 10010 | 100101011 | 100100 | 1000111 |
Color Harmonies of #CF9AD0
Complementary color
Monochromatic Colors of #CF9AD0
Black with #CF9AD0
Text Example
Text Example
White with #CF9AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9AD0; }
p { color: rgb(207,154,208); }
H1.HeaderClassName
{
color: #CF9AD0;
}
.AnyTagClassName
{
color: #CF9AD0;
}
</style>
background-color css
<style>
a { background-color: #CF9AD0; }
a { background-color: rgb(207,154,208); }
div.DivClassName
{
background-color: #CF9AD0;
}
.BgClassName
{
background-color: #CF9AD0;
}
</style>
border-color css
<style>
span { border-color: #CF9AD0; }
span { border-color: rgb(207,154,208); }
td.TdClassName
{
border-color: #CF9AD0;
}
.TagClassName
{
border-color: #CF9AD0;
}
</style>