Shades of Lilac #CE8FCA
Tints of Lilac #CE8FCA
RGB
CMYK
RGB Variations
Color information
#CE8FCA (or 0xCE8FCA) is known color: Lilac. HEX triplet: CE, 8F and CA. RGB value is (206,143,202). Sum of RGB (Red+Green+Blue) = 206+143+202=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FCA is #317035. Grayscale: #A8A8A8. Windows color (decimal): -3239990 or 13275086. OLE color: 13275086.
HSL color Cylindrical-coordinate representation of color #CE8FCA: hue angle of 303.81º degrees, saturation: 0.39, 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 #CE8FCA is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 202 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.19 |
| HSL | 303.81º | 0.39% | 0.68% | - |
| HSV(B) | 303.81º | 0.31% | 0.81% | - |
| XYZ | 45.94 | 37.03 | 60.6 | - |
| YUV | 168.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 202 | 0 | 0.31 | 0.02 | 0.19 | 303.81 | 0.39 | 0.68 |
| Hex | CE | 8F | CA | 0 | 1F | 2 | 13 | 130 | 27 | 44 |
| Octal | 316 | 217 | 312 | 0 | 37 | 2 | 23 | 460 | 47 | 104 |
| Binary | 11001110 | 10001111 | 11001010 | 0 | 11111 | 10 | 10011 | 100110000 | 100111 | 1000100 |
Color Harmonies of #CE8FCA
Complementary color
Monochromatic Colors of #CE8FCA
Black with #CE8FCA
Text Example
Text Example
White with #CE8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FCA; }
p { color: rgb(206,143,202); }
H1.HeaderClassName
{
color: #CE8FCA;
}
.AnyTagClassName
{
color: #CE8FCA;
}
</style>
background-color css
<style>
a { background-color: #CE8FCA; }
a { background-color: rgb(206,143,202); }
div.DivClassName
{
background-color: #CE8FCA;
}
.BgClassName
{
background-color: #CE8FCA;
}
</style>
border-color css
<style>
span { border-color: #CE8FCA; }
span { border-color: rgb(206,143,202); }
td.TdClassName
{
border-color: #CE8FCA;
}
.TagClassName
{
border-color: #CE8FCA;
}
</style>