Shades of Lilac #CB93D0
Tints of Lilac #CB93D0
RGB
CMYK
RGB Variations
Color information
#CB93D0 (or 0xCB93D0) is known color: Lilac. HEX triplet: CB, 93 and D0. RGB value is (203,147,208). Sum of RGB (Red+Green+Blue) = 203+147+208=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB93D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93D0 is #346C2F. Grayscale: #AAAAAA. Windows color (decimal): -3435568 or 13669323. OLE color: 13669323.
HSL color Cylindrical-coordinate representation of color #CB93D0: hue angle of 295.08º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB93D0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 147 | 208 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.18 |
| HSL | 295.08º | 0.39% | 0.7% | - |
| HSV(B) | 295.08º | 0.29% | 0.82% | - |
| XYZ | 46.45 | 38.12 | 64.58 | - |
| YUV | 170.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 208 | 0.02 | 0.29 | 0 | 0.18 | 295.08 | 0.39 | 0.7 |
| Hex | CB | 93 | D0 | 2 | 1D | 0 | 12 | 127 | 27 | 46 |
| Octal | 313 | 223 | 320 | 2 | 35 | 0 | 22 | 447 | 47 | 106 |
| Binary | 11001011 | 10010011 | 11010000 | 10 | 11101 | 0 | 10010 | 100100111 | 100111 | 1000110 |
Color Harmonies of #CB93D0
Complementary color
Monochromatic Colors of #CB93D0
Black with #CB93D0
Text Example
Text Example
White with #CB93D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93D0; }
p { color: rgb(203,147,208); }
H1.HeaderClassName
{
color: #CB93D0;
}
.AnyTagClassName
{
color: #CB93D0;
}
</style>
background-color css
<style>
a { background-color: #CB93D0; }
a { background-color: rgb(203,147,208); }
div.DivClassName
{
background-color: #CB93D0;
}
.BgClassName
{
background-color: #CB93D0;
}
</style>
border-color css
<style>
span { border-color: #CB93D0; }
span { border-color: rgb(203,147,208); }
td.TdClassName
{
border-color: #CB93D0;
}
.TagClassName
{
border-color: #CB93D0;
}
</style>