Shades of Lilac #CF9CCA
Tints of Lilac #CF9CCA
RGB
CMYK
RGB Variations
Color information
#CF9CCA (or 0xCF9CCA) is known color: Lilac. HEX triplet: CF, 9C and CA. RGB value is (207,156,202). Sum of RGB (Red+Green+Blue) = 207+156+202=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CCA is #306335. Grayscale: #B0B0B0. Windows color (decimal): -3171126 or 13278415. OLE color: 13278415.
HSL color Cylindrical-coordinate representation of color #CF9CCA: hue angle of 305.88º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9CCA is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 202 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.19 |
| HSL | 305.88º | 0.35% | 0.71% | - |
| HSV(B) | 305.88º | 0.25% | 0.81% | - |
| XYZ | 48.28 | 41.31 | 61.31 | - |
| YUV | 176.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 202 | 0 | 0.25 | 0.02 | 0.19 | 305.88 | 0.35 | 0.71 |
| Hex | CF | 9C | CA | 0 | 19 | 2 | 13 | 132 | 23 | 47 |
| Octal | 317 | 234 | 312 | 0 | 31 | 2 | 23 | 462 | 43 | 107 |
| Binary | 11001111 | 10011100 | 11001010 | 0 | 11001 | 10 | 10011 | 100110010 | 100011 | 1000111 |
Color Harmonies of #CF9CCA
Complementary color
Monochromatic Colors of #CF9CCA
Black with #CF9CCA
Text Example
Text Example
White with #CF9CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CCA; }
p { color: rgb(207,156,202); }
H1.HeaderClassName
{
color: #CF9CCA;
}
.AnyTagClassName
{
color: #CF9CCA;
}
</style>
background-color css
<style>
a { background-color: #CF9CCA; }
a { background-color: rgb(207,156,202); }
div.DivClassName
{
background-color: #CF9CCA;
}
.BgClassName
{
background-color: #CF9CCA;
}
</style>
border-color css
<style>
span { border-color: #CF9CCA; }
span { border-color: rgb(207,156,202); }
td.TdClassName
{
border-color: #CF9CCA;
}
.TagClassName
{
border-color: #CF9CCA;
}
</style>