Shades of Lilac #CB91CA
Tints of Lilac #CB91CA
RGB
CMYK
RGB Variations
Color information
#CB91CA (or 0xCB91CA) is known color: Lilac. HEX triplet: CB, 91 and CA. RGB value is (203,145,202). Sum of RGB (Red+Green+Blue) = 203+145+202=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91CA is #346E35. Grayscale: #A8A8A8. Windows color (decimal): -3436086 or 13275595. OLE color: 13275595.
HSL color Cylindrical-coordinate representation of color #CB91CA: hue angle of 301.03º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB91CA is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 202 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.20 |
| HSL | 301.03º | 0.36% | 0.68% | - |
| HSV(B) | 301.03º | 0.29% | 0.8% | - |
| XYZ | 45.41 | 37.21 | 60.67 | - |
| YUV | 168.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 202 | 0 | 0.29 | 0.00 | 0.20 | 301.03 | 0.36 | 0.68 |
| Hex | CB | 91 | CA | 0 | 1D | 0 | 14 | 12D | 24 | 44 |
| Octal | 313 | 221 | 312 | 0 | 35 | 0 | 24 | 455 | 44 | 104 |
| Binary | 11001011 | 10010001 | 11001010 | 0 | 11101 | 0 | 10100 | 100101101 | 100100 | 1000100 |
Color Harmonies of #CB91CA
Complementary color
Monochromatic Colors of #CB91CA
Black with #CB91CA
Text Example
Text Example
White with #CB91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91CA; }
p { color: rgb(203,145,202); }
H1.HeaderClassName
{
color: #CB91CA;
}
.AnyTagClassName
{
color: #CB91CA;
}
</style>
background-color css
<style>
a { background-color: #CB91CA; }
a { background-color: rgb(203,145,202); }
div.DivClassName
{
background-color: #CB91CA;
}
.BgClassName
{
background-color: #CB91CA;
}
</style>
border-color css
<style>
span { border-color: #CB91CA; }
span { border-color: rgb(203,145,202); }
td.TdClassName
{
border-color: #CB91CA;
}
.TagClassName
{
border-color: #CB91CA;
}
</style>