Shades of Lilac #CF9CCD
Tints of Lilac #CF9CCD
RGB
CMYK
RGB Variations
Color information
#CF9CCD (or 0xCF9CCD) is known color: Lilac. HEX triplet: CF, 9C and CD. RGB value is (207,156,205). Sum of RGB (Red+Green+Blue) = 207+156+205=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CCD is #306332. Grayscale: #B0B0B0. Windows color (decimal): -3171123 or 13475023. OLE color: 13475023.
HSL color Cylindrical-coordinate representation of color #CF9CCD: hue angle of 302.35º 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 #CF9CCD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 205 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.19 |
| HSL | 302.35º | 0.35% | 0.71% | - |
| HSV(B) | 302.35º | 0.25% | 0.81% | - |
| XYZ | 48.64 | 41.45 | 63.19 | - |
| YUV | 176.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 205 | 0 | 0.25 | 0.01 | 0.19 | 302.35 | 0.35 | 0.71 |
| Hex | CF | 9C | CD | 0 | 19 | 1 | 13 | 12E | 23 | 47 |
| Octal | 317 | 234 | 315 | 0 | 31 | 1 | 23 | 456 | 43 | 107 |
| Binary | 11001111 | 10011100 | 11001101 | 0 | 11001 | 1 | 10011 | 100101110 | 100011 | 1000111 |
Color Harmonies of #CF9CCD
Complementary color
Monochromatic Colors of #CF9CCD
Black with #CF9CCD
Text Example
Text Example
White with #CF9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CCD; }
p { color: rgb(207,156,205); }
H1.HeaderClassName
{
color: #CF9CCD;
}
.AnyTagClassName
{
color: #CF9CCD;
}
</style>
background-color css
<style>
a { background-color: #CF9CCD; }
a { background-color: rgb(207,156,205); }
div.DivClassName
{
background-color: #CF9CCD;
}
.BgClassName
{
background-color: #CF9CCD;
}
</style>
border-color css
<style>
span { border-color: #CF9CCD; }
span { border-color: rgb(207,156,205); }
td.TdClassName
{
border-color: #CF9CCD;
}
.TagClassName
{
border-color: #CF9CCD;
}
</style>