Shades of Lilac #CB8FC8
Tints of Lilac #CB8FC8
RGB
CMYK
RGB Variations
Color information
#CB8FC8 (or 0xCB8FC8) is known color: Lilac. HEX triplet: CB, 8F and C8. RGB value is (203,143,200). Sum of RGB (Red+Green+Blue) = 203+143+200=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FC8 is #347037. Grayscale: #A7A7A7. Windows color (decimal): -3436600 or 13144011. OLE color: 13144011.
HSL color Cylindrical-coordinate representation of color #CB8FC8: hue angle of 303º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FC8 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 200 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.20 |
| HSL | 303º | 0.37% | 0.68% | - |
| HSV(B) | 303º | 0.3% | 0.8% | - |
| XYZ | 44.88 | 36.51 | 59.33 | - |
| YUV | 167.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 200 | 0 | 0.30 | 0.01 | 0.20 | 303 | 0.37 | 0.68 |
| Hex | CB | 8F | C8 | 0 | 1E | 1 | 14 | 12F | 25 | 44 |
| Octal | 313 | 217 | 310 | 0 | 36 | 1 | 24 | 457 | 45 | 104 |
| Binary | 11001011 | 10001111 | 11001000 | 0 | 11110 | 1 | 10100 | 100101111 | 100101 | 1000100 |
Color Harmonies of #CB8FC8
Complementary color
Monochromatic Colors of #CB8FC8
Black with #CB8FC8
Text Example
Text Example
White with #CB8FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FC8; }
p { color: rgb(203,143,200); }
H1.HeaderClassName
{
color: #CB8FC8;
}
.AnyTagClassName
{
color: #CB8FC8;
}
</style>
background-color css
<style>
a { background-color: #CB8FC8; }
a { background-color: rgb(203,143,200); }
div.DivClassName
{
background-color: #CB8FC8;
}
.BgClassName
{
background-color: #CB8FC8;
}
</style>
border-color css
<style>
span { border-color: #CB8FC8; }
span { border-color: rgb(203,143,200); }
td.TdClassName
{
border-color: #CB8FC8;
}
.TagClassName
{
border-color: #CB8FC8;
}
</style>