Shades of Lilac #CF9EC5
Tints of Lilac #CF9EC5
RGB
CMYK
RGB Variations
Color information
#CF9EC5 (or 0xCF9EC5) is known color: Lilac. HEX triplet: CF, 9E and C5. RGB value is (207,158,197). Sum of RGB (Red+Green+Blue) = 207+158+197=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EC5 is #30613A. Grayscale: #B0B0B0. Windows color (decimal): -3170619 or 12951247. OLE color: 12951247.
HSL color Cylindrical-coordinate representation of color #CF9EC5: hue angle of 312.24º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9EC5 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 197 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.19 |
| HSL | 312.24º | 0.34% | 0.72% | - |
| HSV(B) | 312.24º | 0.24% | 0.81% | - |
| XYZ | 48.04 | 41.75 | 58.35 | - |
| YUV | 177.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 197 | 0 | 0.24 | 0.05 | 0.19 | 312.24 | 0.34 | 0.72 |
| Hex | CF | 9E | C5 | 0 | 18 | 5 | 13 | 138 | 22 | 48 |
| Octal | 317 | 236 | 305 | 0 | 30 | 5 | 23 | 470 | 42 | 110 |
| Binary | 11001111 | 10011110 | 11000101 | 0 | 11000 | 101 | 10011 | 100111000 | 100010 | 1001000 |
Color Harmonies of #CF9EC5
Complementary color
Monochromatic Colors of #CF9EC5
Black with #CF9EC5
Text Example
Text Example
White with #CF9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EC5; }
p { color: rgb(207,158,197); }
H1.HeaderClassName
{
color: #CF9EC5;
}
.AnyTagClassName
{
color: #CF9EC5;
}
</style>
background-color css
<style>
a { background-color: #CF9EC5; }
a { background-color: rgb(207,158,197); }
div.DivClassName
{
background-color: #CF9EC5;
}
.BgClassName
{
background-color: #CF9EC5;
}
</style>
border-color css
<style>
span { border-color: #CF9EC5; }
span { border-color: rgb(207,158,197); }
td.TdClassName
{
border-color: #CF9EC5;
}
.TagClassName
{
border-color: #CF9EC5;
}
</style>