Shades of Lilac #CB98CE
Tints of Lilac #CB98CE
RGB
CMYK
RGB Variations
Color information
#CB98CE (or 0xCB98CE) is known color: Lilac. HEX triplet: CB, 98 and CE. RGB value is (203,152,206). Sum of RGB (Red+Green+Blue) = 203+152+206=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98CE is #346731. Grayscale: #ADADAD. Windows color (decimal): -3434290 or 13539531. OLE color: 13539531.
HSL color Cylindrical-coordinate representation of color #CB98CE: hue angle of 296.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB98CE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 152 | 206 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.19 |
| HSL | 296.67º | 0.36% | 0.7% | - |
| HSV(B) | 296.67º | 0.26% | 0.81% | - |
| XYZ | 47 | 39.61 | 63.56 | - |
| YUV | 173.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 206 | 0.01 | 0.26 | 0 | 0.19 | 296.67 | 0.36 | 0.7 |
| Hex | CB | 98 | CE | 1 | 1A | 0 | 13 | 129 | 24 | 46 |
| Octal | 313 | 230 | 316 | 1 | 32 | 0 | 23 | 451 | 44 | 106 |
| Binary | 11001011 | 10011000 | 11001110 | 1 | 11010 | 0 | 10011 | 100101001 | 100100 | 1000110 |
Color Harmonies of #CB98CE
Complementary color
Monochromatic Colors of #CB98CE
Black with #CB98CE
Text Example
Text Example
White with #CB98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98CE; }
p { color: rgb(203,152,206); }
H1.HeaderClassName
{
color: #CB98CE;
}
.AnyTagClassName
{
color: #CB98CE;
}
</style>
background-color css
<style>
a { background-color: #CB98CE; }
a { background-color: rgb(203,152,206); }
div.DivClassName
{
background-color: #CB98CE;
}
.BgClassName
{
background-color: #CB98CE;
}
</style>
border-color css
<style>
span { border-color: #CB98CE; }
span { border-color: rgb(203,152,206); }
td.TdClassName
{
border-color: #CB98CE;
}
.TagClassName
{
border-color: #CB98CE;
}
</style>