Shades of Lilac #CB93D2
Tints of Lilac #CB93D2
RGB
CMYK
RGB Variations
Color information
#CB93D2 (or 0xCB93D2) is known color: Lilac. HEX triplet: CB, 93 and D2. RGB value is (203,147,210). Sum of RGB (Red+Green+Blue) = 203+147+210=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB93D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93D2 is #346C2D. Grayscale: #AAAAAA. Windows color (decimal): -3435566 or 13800395. OLE color: 13800395.
HSL color Cylindrical-coordinate representation of color #CB93D2: hue angle of 293.33º degrees, saturation: 0.41, 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 #CB93D2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 147 | 210 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.18 |
| HSL | 293.33º | 0.41% | 0.7% | - |
| HSV(B) | 293.33º | 0.3% | 0.82% | - |
| XYZ | 46.7 | 38.22 | 65.89 | - |
| YUV | 170.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 210 | 0.03 | 0.30 | 0 | 0.18 | 293.33 | 0.41 | 0.7 |
| Hex | CB | 93 | D2 | 3 | 1E | 0 | 12 | 125 | 29 | 46 |
| Octal | 313 | 223 | 322 | 3 | 36 | 0 | 22 | 445 | 51 | 106 |
| Binary | 11001011 | 10010011 | 11010010 | 11 | 11110 | 0 | 10010 | 100100101 | 101001 | 1000110 |
Color Harmonies of #CB93D2
Complementary color
Monochromatic Colors of #CB93D2
Black with #CB93D2
Text Example
Text Example
White with #CB93D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93D2; }
p { color: rgb(203,147,210); }
H1.HeaderClassName
{
color: #CB93D2;
}
.AnyTagClassName
{
color: #CB93D2;
}
</style>
background-color css
<style>
a { background-color: #CB93D2; }
a { background-color: rgb(203,147,210); }
div.DivClassName
{
background-color: #CB93D2;
}
.BgClassName
{
background-color: #CB93D2;
}
</style>
border-color css
<style>
span { border-color: #CB93D2; }
span { border-color: rgb(203,147,210); }
td.TdClassName
{
border-color: #CB93D2;
}
.TagClassName
{
border-color: #CB93D2;
}
</style>