Shades of Lilac #CB8FC5
Tints of Lilac #CB8FC5
RGB
CMYK
RGB Variations
Color information
#CB8FC5 (or 0xCB8FC5) is known color: Lilac. HEX triplet: CB, 8F and C5. RGB value is (203,143,197). Sum of RGB (Red+Green+Blue) = 203+143+197=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FC5 is #34703A. Grayscale: #A6A6A6. Windows color (decimal): -3436603 or 12947403. OLE color: 12947403.
HSL color Cylindrical-coordinate representation of color #CB8FC5: hue angle of 306º 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 #CB8FC5 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 197 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.20 |
| HSL | 306º | 0.37% | 0.68% | - |
| HSV(B) | 306º | 0.3% | 0.8% | - |
| XYZ | 44.53 | 36.37 | 57.5 | - |
| YUV | 167.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 197 | 0 | 0.30 | 0.03 | 0.20 | 306 | 0.37 | 0.68 |
| Hex | CB | 8F | C5 | 0 | 1E | 3 | 14 | 132 | 25 | 44 |
| Octal | 313 | 217 | 305 | 0 | 36 | 3 | 24 | 462 | 45 | 104 |
| Binary | 11001011 | 10001111 | 11000101 | 0 | 11110 | 11 | 10100 | 100110010 | 100101 | 1000100 |
Color Harmonies of #CB8FC5
Complementary color
Monochromatic Colors of #CB8FC5
Black with #CB8FC5
Text Example
Text Example
White with #CB8FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FC5; }
p { color: rgb(203,143,197); }
H1.HeaderClassName
{
color: #CB8FC5;
}
.AnyTagClassName
{
color: #CB8FC5;
}
</style>
background-color css
<style>
a { background-color: #CB8FC5; }
a { background-color: rgb(203,143,197); }
div.DivClassName
{
background-color: #CB8FC5;
}
.BgClassName
{
background-color: #CB8FC5;
}
</style>
border-color css
<style>
span { border-color: #CB8FC5; }
span { border-color: rgb(203,143,197); }
td.TdClassName
{
border-color: #CB8FC5;
}
.TagClassName
{
border-color: #CB8FC5;
}
</style>