Shades of Lilac #CF9BCD
Tints of Lilac #CF9BCD
RGB
CMYK
RGB Variations
Color information
#CF9BCD (or 0xCF9BCD) is known color: Lilac. HEX triplet: CF, 9B and CD. RGB value is (207,155,205). Sum of RGB (Red+Green+Blue) = 207+155+205=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BCD is #306432. Grayscale: #B0B0B0. Windows color (decimal): -3171379 or 13474767. OLE color: 13474767.
HSL color Cylindrical-coordinate representation of color #CF9BCD: hue angle of 302.31º 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 #CF9BCD is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 205 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.19 |
| HSL | 302.31º | 0.35% | 0.71% | - |
| HSV(B) | 302.31º | 0.25% | 0.81% | - |
| XYZ | 48.47 | 41.12 | 63.14 | - |
| YUV | 176.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 205 | 0 | 0.25 | 0.01 | 0.19 | 302.31 | 0.35 | 0.71 |
| Hex | CF | 9B | CD | 0 | 19 | 1 | 13 | 12E | 23 | 47 |
| Octal | 317 | 233 | 315 | 0 | 31 | 1 | 23 | 456 | 43 | 107 |
| Binary | 11001111 | 10011011 | 11001101 | 0 | 11001 | 1 | 10011 | 100101110 | 100011 | 1000111 |
Color Harmonies of #CF9BCD
Complementary color
Monochromatic Colors of #CF9BCD
Black with #CF9BCD
Text Example
Text Example
White with #CF9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BCD; }
p { color: rgb(207,155,205); }
H1.HeaderClassName
{
color: #CF9BCD;
}
.AnyTagClassName
{
color: #CF9BCD;
}
</style>
background-color css
<style>
a { background-color: #CF9BCD; }
a { background-color: rgb(207,155,205); }
div.DivClassName
{
background-color: #CF9BCD;
}
.BgClassName
{
background-color: #CF9BCD;
}
</style>
border-color css
<style>
span { border-color: #CF9BCD; }
span { border-color: rgb(207,155,205); }
td.TdClassName
{
border-color: #CF9BCD;
}
.TagClassName
{
border-color: #CF9BCD;
}
</style>