Shades of Lilac #CF8ECB
Tints of Lilac #CF8ECB
RGB
CMYK
RGB Variations
Color information
#CF8ECB (or 0xCF8ECB) is known color: Lilac. HEX triplet: CF, 8E and CB. RGB value is (207,142,203). Sum of RGB (Red+Green+Blue) = 207+142+203=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ECB is #307134. Grayscale: #A8A8A8. Windows color (decimal): -3174709 or 13340367. OLE color: 13340367.
HSL color Cylindrical-coordinate representation of color #CF8ECB: hue angle of 303.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF8ECB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 203 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.19 |
| HSL | 303.69º | 0.4% | 0.68% | - |
| HSV(B) | 303.69º | 0.31% | 0.81% | - |
| XYZ | 46.18 | 36.92 | 61.19 | - |
| YUV | 168.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 203 | 0 | 0.31 | 0.02 | 0.19 | 303.69 | 0.4 | 0.68 |
| Hex | CF | 8E | CB | 0 | 1F | 2 | 13 | 130 | 28 | 44 |
| Octal | 317 | 216 | 313 | 0 | 37 | 2 | 23 | 460 | 50 | 104 |
| Binary | 11001111 | 10001110 | 11001011 | 0 | 11111 | 10 | 10011 | 100110000 | 101000 | 1000100 |
Color Harmonies of #CF8ECB
Complementary color
Monochromatic Colors of #CF8ECB
Black with #CF8ECB
Text Example
Text Example
White with #CF8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8ECB; }
p { color: rgb(207,142,203); }
H1.HeaderClassName
{
color: #CF8ECB;
}
.AnyTagClassName
{
color: #CF8ECB;
}
</style>
background-color css
<style>
a { background-color: #CF8ECB; }
a { background-color: rgb(207,142,203); }
div.DivClassName
{
background-color: #CF8ECB;
}
.BgClassName
{
background-color: #CF8ECB;
}
</style>
border-color css
<style>
span { border-color: #CF8ECB; }
span { border-color: rgb(207,142,203); }
td.TdClassName
{
border-color: #CF8ECB;
}
.TagClassName
{
border-color: #CF8ECB;
}
</style>