Shades of Lilac #CF8FCB
Tints of Lilac #CF8FCB
RGB
CMYK
RGB Variations
Color information
#CF8FCB (or 0xCF8FCB) is known color: Lilac. HEX triplet: CF, 8F and CB. RGB value is (207,143,203). Sum of RGB (Red+Green+Blue) = 207+143+203=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FCB is #307034. Grayscale: #A8A8A8. Windows color (decimal): -3174453 or 13340623. OLE color: 13340623.
HSL color Cylindrical-coordinate representation of color #CF8FCB: hue angle of 303.75º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF8FCB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 203 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.19 |
| HSL | 303.75º | 0.4% | 0.69% | - |
| HSV(B) | 303.75º | 0.31% | 0.81% | - |
| XYZ | 46.33 | 37.22 | 61.24 | - |
| YUV | 168.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 203 | 0 | 0.31 | 0.02 | 0.19 | 303.75 | 0.4 | 0.69 |
| Hex | CF | 8F | CB | 0 | 1F | 2 | 13 | 130 | 28 | 45 |
| Octal | 317 | 217 | 313 | 0 | 37 | 2 | 23 | 460 | 50 | 105 |
| Binary | 11001111 | 10001111 | 11001011 | 0 | 11111 | 10 | 10011 | 100110000 | 101000 | 1000101 |
Color Harmonies of #CF8FCB
Complementary color
Monochromatic Colors of #CF8FCB
Black with #CF8FCB
Text Example
Text Example
White with #CF8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FCB; }
p { color: rgb(207,143,203); }
H1.HeaderClassName
{
color: #CF8FCB;
}
.AnyTagClassName
{
color: #CF8FCB;
}
</style>
background-color css
<style>
a { background-color: #CF8FCB; }
a { background-color: rgb(207,143,203); }
div.DivClassName
{
background-color: #CF8FCB;
}
.BgClassName
{
background-color: #CF8FCB;
}
</style>
border-color css
<style>
span { border-color: #CF8FCB; }
span { border-color: rgb(207,143,203); }
td.TdClassName
{
border-color: #CF8FCB;
}
.TagClassName
{
border-color: #CF8FCB;
}
</style>