Shades of Lilac #CF8BCB
Tints of Lilac #CF8BCB
RGB
CMYK
RGB Variations
Color information
#CF8BCB (or 0xCF8BCB) is known color: Lilac. HEX triplet: CF, 8B and CB. RGB value is (207,139,203). Sum of RGB (Red+Green+Blue) = 207+139+203=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BCB is #307434. Grayscale: #A6A6A6. Windows color (decimal): -3175477 or 13339599. OLE color: 13339599.
HSL color Cylindrical-coordinate representation of color #CF8BCB: hue angle of 303.53º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8BCB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 203 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.19 |
| HSL | 303.53º | 0.41% | 0.68% | - |
| HSV(B) | 303.53º | 0.33% | 0.81% | - |
| XYZ | 45.74 | 36.04 | 61.05 | - |
| YUV | 166.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 203 | 0 | 0.33 | 0.02 | 0.19 | 303.53 | 0.41 | 0.68 |
| Hex | CF | 8B | CB | 0 | 21 | 2 | 13 | 130 | 29 | 44 |
| Octal | 317 | 213 | 313 | 0 | 41 | 2 | 23 | 460 | 51 | 104 |
| Binary | 11001111 | 10001011 | 11001011 | 0 | 100001 | 10 | 10011 | 100110000 | 101001 | 1000100 |
Color Harmonies of #CF8BCB
Complementary color
Monochromatic Colors of #CF8BCB
Black with #CF8BCB
Text Example
Text Example
White with #CF8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BCB; }
p { color: rgb(207,139,203); }
H1.HeaderClassName
{
color: #CF8BCB;
}
.AnyTagClassName
{
color: #CF8BCB;
}
</style>
background-color css
<style>
a { background-color: #CF8BCB; }
a { background-color: rgb(207,139,203); }
div.DivClassName
{
background-color: #CF8BCB;
}
.BgClassName
{
background-color: #CF8BCB;
}
</style>
border-color css
<style>
span { border-color: #CF8BCB; }
span { border-color: rgb(207,139,203); }
td.TdClassName
{
border-color: #CF8BCB;
}
.TagClassName
{
border-color: #CF8BCB;
}
</style>