Shades of Lilac #CF9FCA
Tints of Lilac #CF9FCA
RGB
CMYK
RGB Variations
Color information
#CF9FCA (or 0xCF9FCA) is known color: Lilac. HEX triplet: CF, 9F and CA. RGB value is (207,159,202). Sum of RGB (Red+Green+Blue) = 207+159+202=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FCA is #306035. Grayscale: #B2B2B2. Windows color (decimal): -3170358 or 13279183. OLE color: 13279183.
HSL color Cylindrical-coordinate representation of color #CF9FCA: hue angle of 306.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FCA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 202 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.19 |
| HSL | 306.25º | 0.33% | 0.72% | - |
| HSV(B) | 306.25º | 0.23% | 0.81% | - |
| XYZ | 48.79 | 42.33 | 61.48 | - |
| YUV | 178.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 202 | 0 | 0.23 | 0.02 | 0.19 | 306.25 | 0.33 | 0.72 |
| Hex | CF | 9F | CA | 0 | 17 | 2 | 13 | 132 | 21 | 48 |
| Octal | 317 | 237 | 312 | 0 | 27 | 2 | 23 | 462 | 41 | 110 |
| Binary | 11001111 | 10011111 | 11001010 | 0 | 10111 | 10 | 10011 | 100110010 | 100001 | 1001000 |
Color Harmonies of #CF9FCA
Complementary color
Monochromatic Colors of #CF9FCA
Black with #CF9FCA
Text Example
Text Example
White with #CF9FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FCA; }
p { color: rgb(207,159,202); }
H1.HeaderClassName
{
color: #CF9FCA;
}
.AnyTagClassName
{
color: #CF9FCA;
}
</style>
background-color css
<style>
a { background-color: #CF9FCA; }
a { background-color: rgb(207,159,202); }
div.DivClassName
{
background-color: #CF9FCA;
}
.BgClassName
{
background-color: #CF9FCA;
}
</style>
border-color css
<style>
span { border-color: #CF9FCA; }
span { border-color: rgb(207,159,202); }
td.TdClassName
{
border-color: #CF9FCA;
}
.TagClassName
{
border-color: #CF9FCA;
}
</style>