Shades of Lilac #CB98CA
Tints of Lilac #CB98CA
RGB
CMYK
RGB Variations
Color information
#CB98CA (or 0xCB98CA) is known color: Lilac. HEX triplet: CB, 98 and CA. RGB value is (203,152,202). Sum of RGB (Red+Green+Blue) = 203+152+202=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98CA is #346735. Grayscale: #ACACAC. Windows color (decimal): -3434294 or 13277387. OLE color: 13277387.
HSL color Cylindrical-coordinate representation of color #CB98CA: hue angle of 301.18º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB98CA is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 202 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.20 |
| HSL | 301.18º | 0.33% | 0.7% | - |
| HSV(B) | 301.18º | 0.25% | 0.8% | - |
| XYZ | 46.52 | 39.42 | 61.03 | - |
| YUV | 172.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 202 | 0 | 0.25 | 0.00 | 0.20 | 301.18 | 0.33 | 0.7 |
| Hex | CB | 98 | CA | 0 | 19 | 0 | 14 | 12D | 21 | 46 |
| Octal | 313 | 230 | 312 | 0 | 31 | 0 | 24 | 455 | 41 | 106 |
| Binary | 11001011 | 10011000 | 11001010 | 0 | 11001 | 0 | 10100 | 100101101 | 100001 | 1000110 |
Color Harmonies of #CB98CA
Complementary color
Monochromatic Colors of #CB98CA
Black with #CB98CA
Text Example
Text Example
White with #CB98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98CA; }
p { color: rgb(203,152,202); }
H1.HeaderClassName
{
color: #CB98CA;
}
.AnyTagClassName
{
color: #CB98CA;
}
</style>
background-color css
<style>
a { background-color: #CB98CA; }
a { background-color: rgb(203,152,202); }
div.DivClassName
{
background-color: #CB98CA;
}
.BgClassName
{
background-color: #CB98CA;
}
</style>
border-color css
<style>
span { border-color: #CB98CA; }
span { border-color: rgb(203,152,202); }
td.TdClassName
{
border-color: #CB98CA;
}
.TagClassName
{
border-color: #CB98CA;
}
</style>