Shades of Lilac #CB92CB
Tints of Lilac #CB92CB
RGB
CMYK
RGB Variations
Color information
#CB92CB (or 0xCB92CB) is known color: Lilac. HEX triplet: CB, 92 and CB. RGB value is (203,146,203). Sum of RGB (Red+Green+Blue) = 203+146+203=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB92CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92CB is #346D34. Grayscale: #A9A9A9. Windows color (decimal): -3435829 or 13341387. OLE color: 13341387.
HSL color Cylindrical-coordinate representation of color #CB92CB: hue angle of 300º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB92CB is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 203 | - |
| CMYK | 0 | 0.28 | 0 | 0.20 |
| HSL | 300º | 0.35% | 0.68% | - |
| HSV(B) | 300º | 0.28% | 0.8% | - |
| XYZ | 45.69 | 37.57 | 61.34 | - |
| YUV | 169.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 203 | 0 | 0.28 | 0 | 0.20 | 300 | 0.35 | 0.68 |
| Hex | CB | 92 | CB | 0 | 1C | 0 | 14 | 12C | 23 | 44 |
| Octal | 313 | 222 | 313 | 0 | 34 | 0 | 24 | 454 | 43 | 104 |
| Binary | 11001011 | 10010010 | 11001011 | 0 | 11100 | 0 | 10100 | 100101100 | 100011 | 1000100 |
Color Harmonies of #CB92CB
Complementary color
Monochromatic Colors of #CB92CB
Black with #CB92CB
Text Example
Text Example
White with #CB92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92CB; }
p { color: rgb(203,146,203); }
H1.HeaderClassName
{
color: #CB92CB;
}
.AnyTagClassName
{
color: #CB92CB;
}
</style>
background-color css
<style>
a { background-color: #CB92CB; }
a { background-color: rgb(203,146,203); }
div.DivClassName
{
background-color: #CB92CB;
}
.BgClassName
{
background-color: #CB92CB;
}
</style>
border-color css
<style>
span { border-color: #CB92CB; }
span { border-color: rgb(203,146,203); }
td.TdClassName
{
border-color: #CB92CB;
}
.TagClassName
{
border-color: #CB92CB;
}
</style>