Shades of Lilac #CB8FCE
Tints of Lilac #CB8FCE
RGB
CMYK
RGB Variations
Color information
#CB8FCE (or 0xCB8FCE) is known color: Lilac. HEX triplet: CB, 8F and CE. RGB value is (203,143,206). Sum of RGB (Red+Green+Blue) = 203+143+206=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FCE is #347031. Grayscale: #A7A7A7. Windows color (decimal): -3436594 or 13537227. OLE color: 13537227.
HSL color Cylindrical-coordinate representation of color #CB8FCE: hue angle of 297.14º 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 #CB8FCE is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 143 | 206 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.19 |
| HSL | 297.14º | 0.39% | 0.68% | - |
| HSV(B) | 297.14º | 0.31% | 0.81% | - |
| XYZ | 45.59 | 36.8 | 63.09 | - |
| YUV | 168.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 206 | 0.01 | 0.31 | 0 | 0.19 | 297.14 | 0.39 | 0.68 |
| Hex | CB | 8F | CE | 1 | 1F | 0 | 13 | 129 | 27 | 44 |
| Octal | 313 | 217 | 316 | 1 | 37 | 0 | 23 | 451 | 47 | 104 |
| Binary | 11001011 | 10001111 | 11001110 | 1 | 11111 | 0 | 10011 | 100101001 | 100111 | 1000100 |
Color Harmonies of #CB8FCE
Complementary color
Monochromatic Colors of #CB8FCE
Black with #CB8FCE
Text Example
Text Example
White with #CB8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FCE; }
p { color: rgb(203,143,206); }
H1.HeaderClassName
{
color: #CB8FCE;
}
.AnyTagClassName
{
color: #CB8FCE;
}
</style>
background-color css
<style>
a { background-color: #CB8FCE; }
a { background-color: rgb(203,143,206); }
div.DivClassName
{
background-color: #CB8FCE;
}
.BgClassName
{
background-color: #CB8FCE;
}
</style>
border-color css
<style>
span { border-color: #CB8FCE; }
span { border-color: rgb(203,143,206); }
td.TdClassName
{
border-color: #CB8FCE;
}
.TagClassName
{
border-color: #CB8FCE;
}
</style>