Shades of Lilac #CF9BCB
Tints of Lilac #CF9BCB
RGB
CMYK
RGB Variations
Color information
#CF9BCB (or 0xCF9BCB) is known color: Lilac. HEX triplet: CF, 9B and CB. RGB value is (207,155,203). Sum of RGB (Red+Green+Blue) = 207+155+203=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BCB is #306434. Grayscale: #AFAFAF. Windows color (decimal): -3171381 or 13343695. OLE color: 13343695.
HSL color Cylindrical-coordinate representation of color #CF9BCB: hue angle of 304.62º 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 #CF9BCB is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 203 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.19 |
| HSL | 304.62º | 0.35% | 0.71% | - |
| HSV(B) | 304.62º | 0.25% | 0.81% | - |
| XYZ | 48.23 | 41.02 | 61.88 | - |
| YUV | 176.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 203 | 0 | 0.25 | 0.02 | 0.19 | 304.62 | 0.35 | 0.71 |
| Hex | CF | 9B | CB | 0 | 19 | 2 | 13 | 131 | 23 | 47 |
| Octal | 317 | 233 | 313 | 0 | 31 | 2 | 23 | 461 | 43 | 107 |
| Binary | 11001111 | 10011011 | 11001011 | 0 | 11001 | 10 | 10011 | 100110001 | 100011 | 1000111 |
Color Harmonies of #CF9BCB
Complementary color
Monochromatic Colors of #CF9BCB
Black with #CF9BCB
Text Example
Text Example
White with #CF9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BCB; }
p { color: rgb(207,155,203); }
H1.HeaderClassName
{
color: #CF9BCB;
}
.AnyTagClassName
{
color: #CF9BCB;
}
</style>
background-color css
<style>
a { background-color: #CF9BCB; }
a { background-color: rgb(207,155,203); }
div.DivClassName
{
background-color: #CF9BCB;
}
.BgClassName
{
background-color: #CF9BCB;
}
</style>
border-color css
<style>
span { border-color: #CF9BCB; }
span { border-color: rgb(207,155,203); }
td.TdClassName
{
border-color: #CF9BCB;
}
.TagClassName
{
border-color: #CF9BCB;
}
</style>