Shades of Lilac #CB92D2
Tints of Lilac #CB92D2
RGB
CMYK
RGB Variations
Color information
#CB92D2 (or 0xCB92D2) is known color: Lilac. HEX triplet: CB, 92 and D2. RGB value is (203,146,210). Sum of RGB (Red+Green+Blue) = 203+146+210=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92D2 is #346D2D. Grayscale: #AAAAAA. Windows color (decimal): -3435822 or 13800139. OLE color: 13800139.
HSL color Cylindrical-coordinate representation of color #CB92D2: hue angle of 293.44º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB92D2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 146 | 210 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.18 |
| HSL | 293.44º | 0.42% | 0.7% | - |
| HSV(B) | 293.44º | 0.3% | 0.82% | - |
| XYZ | 46.54 | 37.91 | 65.84 | - |
| YUV | 170.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 210 | 0.03 | 0.30 | 0 | 0.18 | 293.44 | 0.42 | 0.7 |
| Hex | CB | 92 | D2 | 3 | 1E | 0 | 12 | 125 | 2A | 46 |
| Octal | 313 | 222 | 322 | 3 | 36 | 0 | 22 | 445 | 52 | 106 |
| Binary | 11001011 | 10010010 | 11010010 | 11 | 11110 | 0 | 10010 | 100100101 | 101010 | 1000110 |
Color Harmonies of #CB92D2
Complementary color
Monochromatic Colors of #CB92D2
Black with #CB92D2
Text Example
Text Example
White with #CB92D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92D2; }
p { color: rgb(203,146,210); }
H1.HeaderClassName
{
color: #CB92D2;
}
.AnyTagClassName
{
color: #CB92D2;
}
</style>
background-color css
<style>
a { background-color: #CB92D2; }
a { background-color: rgb(203,146,210); }
div.DivClassName
{
background-color: #CB92D2;
}
.BgClassName
{
background-color: #CB92D2;
}
</style>
border-color css
<style>
span { border-color: #CB92D2; }
span { border-color: rgb(203,146,210); }
td.TdClassName
{
border-color: #CB92D2;
}
.TagClassName
{
border-color: #CB92D2;
}
</style>