Shades of Lilac #CF9ED0
Tints of Lilac #CF9ED0
RGB
CMYK
RGB Variations
Color information
#CF9ED0 (or 0xCF9ED0) is known color: Lilac. HEX triplet: CF, 9E and D0. RGB value is (207,158,208). Sum of RGB (Red+Green+Blue) = 207+158+208=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF9ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ED0 is #30612F. Grayscale: #B2B2B2. Windows color (decimal): -3170608 or 13672143. OLE color: 13672143.
HSL color Cylindrical-coordinate representation of color #CF9ED0: hue angle of 298.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9ED0 is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 158 | 208 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.18 |
| HSL | 298.8º | 0.35% | 0.72% | - |
| HSV(B) | 298.8º | 0.24% | 0.82% | - |
| XYZ | 49.34 | 42.27 | 65.23 | - |
| YUV | 178.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 208 | 0.00 | 0.24 | 0 | 0.18 | 298.8 | 0.35 | 0.72 |
| Hex | CF | 9E | D0 | 0 | 18 | 0 | 12 | 12B | 23 | 48 |
| Octal | 317 | 236 | 320 | 0 | 30 | 0 | 22 | 453 | 43 | 110 |
| Binary | 11001111 | 10011110 | 11010000 | 0 | 11000 | 0 | 10010 | 100101011 | 100011 | 1001000 |
Color Harmonies of #CF9ED0
Complementary color
Monochromatic Colors of #CF9ED0
Black with #CF9ED0
Text Example
Text Example
White with #CF9ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9ED0; }
p { color: rgb(207,158,208); }
H1.HeaderClassName
{
color: #CF9ED0;
}
.AnyTagClassName
{
color: #CF9ED0;
}
</style>
background-color css
<style>
a { background-color: #CF9ED0; }
a { background-color: rgb(207,158,208); }
div.DivClassName
{
background-color: #CF9ED0;
}
.BgClassName
{
background-color: #CF9ED0;
}
</style>
border-color css
<style>
span { border-color: #CF9ED0; }
span { border-color: rgb(207,158,208); }
td.TdClassName
{
border-color: #CF9ED0;
}
.TagClassName
{
border-color: #CF9ED0;
}
</style>