Shades of Lilac #CB92D0
Tints of Lilac #CB92D0
RGB
CMYK
RGB Variations
Color information
#CB92D0 (or 0xCB92D0) is known color: Lilac. HEX triplet: CB, 92 and D0. RGB value is (203,146,208). Sum of RGB (Red+Green+Blue) = 203+146+208=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB92D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92D0 is #346D2F. Grayscale: #A9A9A9. Windows color (decimal): -3435824 or 13669067. OLE color: 13669067.
HSL color Cylindrical-coordinate representation of color #CB92D0: hue angle of 295.16º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB92D0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 146 | 208 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.18 |
| HSL | 295.16º | 0.4% | 0.69% | - |
| HSV(B) | 295.16º | 0.3% | 0.82% | - |
| XYZ | 46.29 | 37.81 | 64.53 | - |
| YUV | 170.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 208 | 0.02 | 0.30 | 0 | 0.18 | 295.16 | 0.4 | 0.69 |
| Hex | CB | 92 | D0 | 2 | 1E | 0 | 12 | 127 | 28 | 45 |
| Octal | 313 | 222 | 320 | 2 | 36 | 0 | 22 | 447 | 50 | 105 |
| Binary | 11001011 | 10010010 | 11010000 | 10 | 11110 | 0 | 10010 | 100100111 | 101000 | 1000101 |
Color Harmonies of #CB92D0
Complementary color
Monochromatic Colors of #CB92D0
Black with #CB92D0
Text Example
Text Example
White with #CB92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92D0; }
p { color: rgb(203,146,208); }
H1.HeaderClassName
{
color: #CB92D0;
}
.AnyTagClassName
{
color: #CB92D0;
}
</style>
background-color css
<style>
a { background-color: #CB92D0; }
a { background-color: rgb(203,146,208); }
div.DivClassName
{
background-color: #CB92D0;
}
.BgClassName
{
background-color: #CB92D0;
}
</style>
border-color css
<style>
span { border-color: #CB92D0; }
span { border-color: rgb(203,146,208); }
td.TdClassName
{
border-color: #CB92D0;
}
.TagClassName
{
border-color: #CB92D0;
}
</style>