Shades of Lilac #CB93CE
Tints of Lilac #CB93CE
RGB
CMYK
RGB Variations
Color information
#CB93CE (or 0xCB93CE) is known color: Lilac. HEX triplet: CB, 93 and CE. RGB value is (203,147,206). Sum of RGB (Red+Green+Blue) = 203+147+206=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93CE is #346C31. Grayscale: #AAAAAA. Windows color (decimal): -3435570 or 13538251. OLE color: 13538251.
HSL color Cylindrical-coordinate representation of color #CB93CE: hue angle of 296.95º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB93CE is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 147 | 206 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.19 |
| HSL | 296.95º | 0.38% | 0.69% | - |
| HSV(B) | 296.95º | 0.29% | 0.81% | - |
| XYZ | 46.2 | 38.02 | 63.3 | - |
| YUV | 170.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 206 | 0.01 | 0.29 | 0 | 0.19 | 296.95 | 0.38 | 0.69 |
| Hex | CB | 93 | CE | 1 | 1D | 0 | 13 | 129 | 26 | 45 |
| Octal | 313 | 223 | 316 | 1 | 35 | 0 | 23 | 451 | 46 | 105 |
| Binary | 11001011 | 10010011 | 11001110 | 1 | 11101 | 0 | 10011 | 100101001 | 100110 | 1000101 |
Color Harmonies of #CB93CE
Complementary color
Monochromatic Colors of #CB93CE
Black with #CB93CE
Text Example
Text Example
White with #CB93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93CE; }
p { color: rgb(203,147,206); }
H1.HeaderClassName
{
color: #CB93CE;
}
.AnyTagClassName
{
color: #CB93CE;
}
</style>
background-color css
<style>
a { background-color: #CB93CE; }
a { background-color: rgb(203,147,206); }
div.DivClassName
{
background-color: #CB93CE;
}
.BgClassName
{
background-color: #CB93CE;
}
</style>
border-color css
<style>
span { border-color: #CB93CE; }
span { border-color: rgb(203,147,206); }
td.TdClassName
{
border-color: #CB93CE;
}
.TagClassName
{
border-color: #CB93CE;
}
</style>