Shades of Lilac #CF9BCC
Tints of Lilac #CF9BCC
RGB
CMYK
RGB Variations
Color information
#CF9BCC (or 0xCF9BCC) is known color: Lilac. HEX triplet: CF, 9B and CC. RGB value is (207,155,204). Sum of RGB (Red+Green+Blue) = 207+155+204=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BCC is #306433. Grayscale: #AFAFAF. Windows color (decimal): -3171380 or 13409231. OLE color: 13409231.
HSL color Cylindrical-coordinate representation of color #CF9BCC: hue angle of 303.46º 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 #CF9BCC is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 204 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.19 |
| HSL | 303.46º | 0.35% | 0.71% | - |
| HSV(B) | 303.46º | 0.25% | 0.81% | - |
| XYZ | 48.35 | 41.07 | 62.51 | - |
| YUV | 176.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 204 | 0 | 0.25 | 0.01 | 0.19 | 303.46 | 0.35 | 0.71 |
| Hex | CF | 9B | CC | 0 | 19 | 1 | 13 | 12F | 23 | 47 |
| Octal | 317 | 233 | 314 | 0 | 31 | 1 | 23 | 457 | 43 | 107 |
| Binary | 11001111 | 10011011 | 11001100 | 0 | 11001 | 1 | 10011 | 100101111 | 100011 | 1000111 |
Color Harmonies of #CF9BCC
Complementary color
Monochromatic Colors of #CF9BCC
Black with #CF9BCC
Text Example
Text Example
White with #CF9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BCC; }
p { color: rgb(207,155,204); }
H1.HeaderClassName
{
color: #CF9BCC;
}
.AnyTagClassName
{
color: #CF9BCC;
}
</style>
background-color css
<style>
a { background-color: #CF9BCC; }
a { background-color: rgb(207,155,204); }
div.DivClassName
{
background-color: #CF9BCC;
}
.BgClassName
{
background-color: #CF9BCC;
}
</style>
border-color css
<style>
span { border-color: #CF9BCC; }
span { border-color: rgb(207,155,204); }
td.TdClassName
{
border-color: #CF9BCC;
}
.TagClassName
{
border-color: #CF9BCC;
}
</style>