Shades of Lilac #CB95C6
Tints of Lilac #CB95C6
RGB
CMYK
RGB Variations
Color information
#CB95C6 (or 0xCB95C6) is known color: Lilac. HEX triplet: CB, 95 and C6. RGB value is (203,149,198). Sum of RGB (Red+Green+Blue) = 203+149+198=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95C6 is #346A39. Grayscale: #AAAAAA. Windows color (decimal): -3435066 or 13014475. OLE color: 13014475.
HSL color Cylindrical-coordinate representation of color #CB95C6: hue angle of 305.56º 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 #CB95C6 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 198 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.20 |
| HSL | 305.56º | 0.34% | 0.69% | - |
| HSV(B) | 305.56º | 0.27% | 0.8% | - |
| XYZ | 45.57 | 38.27 | 58.41 | - |
| YUV | 170.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 198 | 0 | 0.27 | 0.02 | 0.20 | 305.56 | 0.34 | 0.69 |
| Hex | CB | 95 | C6 | 0 | 1B | 2 | 14 | 132 | 22 | 45 |
| Octal | 313 | 225 | 306 | 0 | 33 | 2 | 24 | 462 | 42 | 105 |
| Binary | 11001011 | 10010101 | 11000110 | 0 | 11011 | 10 | 10100 | 100110010 | 100010 | 1000101 |
Color Harmonies of #CB95C6
Complementary color
Monochromatic Colors of #CB95C6
Black with #CB95C6
Text Example
Text Example
White with #CB95C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95C6; }
p { color: rgb(203,149,198); }
H1.HeaderClassName
{
color: #CB95C6;
}
.AnyTagClassName
{
color: #CB95C6;
}
</style>
background-color css
<style>
a { background-color: #CB95C6; }
a { background-color: rgb(203,149,198); }
div.DivClassName
{
background-color: #CB95C6;
}
.BgClassName
{
background-color: #CB95C6;
}
</style>
border-color css
<style>
span { border-color: #CB95C6; }
span { border-color: rgb(203,149,198); }
td.TdClassName
{
border-color: #CB95C6;
}
.TagClassName
{
border-color: #CB95C6;
}
</style>