Shades of Lilac #CB93C6
Tints of Lilac #CB93C6
RGB
CMYK
RGB Variations
Color information
#CB93C6 (or 0xCB93C6) is known color: Lilac. HEX triplet: CB, 93 and C6. RGB value is (203,147,198). Sum of RGB (Red+Green+Blue) = 203+147+198=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93C6 is #346C39. Grayscale: #A9A9A9. Windows color (decimal): -3435578 or 13013963. OLE color: 13013963.
HSL color Cylindrical-coordinate representation of color #CB93C6: hue angle of 305.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB93C6 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 198 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.20 |
| HSL | 305.36º | 0.35% | 0.69% | - |
| HSV(B) | 305.36º | 0.28% | 0.8% | - |
| XYZ | 45.26 | 37.64 | 58.31 | - |
| YUV | 169.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 198 | 0 | 0.28 | 0.02 | 0.20 | 305.36 | 0.35 | 0.69 |
| Hex | CB | 93 | C6 | 0 | 1C | 2 | 14 | 131 | 23 | 45 |
| Octal | 313 | 223 | 306 | 0 | 34 | 2 | 24 | 461 | 43 | 105 |
| Binary | 11001011 | 10010011 | 11000110 | 0 | 11100 | 10 | 10100 | 100110001 | 100011 | 1000101 |
Color Harmonies of #CB93C6
Complementary color
Monochromatic Colors of #CB93C6
Black with #CB93C6
Text Example
Text Example
White with #CB93C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93C6; }
p { color: rgb(203,147,198); }
H1.HeaderClassName
{
color: #CB93C6;
}
.AnyTagClassName
{
color: #CB93C6;
}
</style>
background-color css
<style>
a { background-color: #CB93C6; }
a { background-color: rgb(203,147,198); }
div.DivClassName
{
background-color: #CB93C6;
}
.BgClassName
{
background-color: #CB93C6;
}
</style>
border-color css
<style>
span { border-color: #CB93C6; }
span { border-color: rgb(203,147,198); }
td.TdClassName
{
border-color: #CB93C6;
}
.TagClassName
{
border-color: #CB93C6;
}
</style>