Shades of Lilac #CB95C8
Tints of Lilac #CB95C8
RGB
CMYK
RGB Variations
Color information
#CB95C8 (or 0xCB95C8) is known color: Lilac. HEX triplet: CB, 95 and C8. RGB value is (203,149,200). Sum of RGB (Red+Green+Blue) = 203+149+200=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95C8 is #346A37. Grayscale: #AAAAAA. Windows color (decimal): -3435064 or 13145547. OLE color: 13145547.
HSL color Cylindrical-coordinate representation of color #CB95C8: hue angle of 303.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB95C8 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 200 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.20 |
| HSL | 303.33º | 0.34% | 0.69% | - |
| HSV(B) | 303.33º | 0.27% | 0.8% | - |
| XYZ | 45.8 | 38.36 | 59.63 | - |
| YUV | 170.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 200 | 0 | 0.27 | 0.01 | 0.20 | 303.33 | 0.34 | 0.69 |
| Hex | CB | 95 | C8 | 0 | 1B | 1 | 14 | 12F | 22 | 45 |
| Octal | 313 | 225 | 310 | 0 | 33 | 1 | 24 | 457 | 42 | 105 |
| Binary | 11001011 | 10010101 | 11001000 | 0 | 11011 | 1 | 10100 | 100101111 | 100010 | 1000101 |
Color Harmonies of #CB95C8
Complementary color
Monochromatic Colors of #CB95C8
Black with #CB95C8
Text Example
Text Example
White with #CB95C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95C8; }
p { color: rgb(203,149,200); }
H1.HeaderClassName
{
color: #CB95C8;
}
.AnyTagClassName
{
color: #CB95C8;
}
</style>
background-color css
<style>
a { background-color: #CB95C8; }
a { background-color: rgb(203,149,200); }
div.DivClassName
{
background-color: #CB95C8;
}
.BgClassName
{
background-color: #CB95C8;
}
</style>
border-color css
<style>
span { border-color: #CB95C8; }
span { border-color: rgb(203,149,200); }
td.TdClassName
{
border-color: #CB95C8;
}
.TagClassName
{
border-color: #CB95C8;
}
</style>