Shades of Lilac #CB90C5
Tints of Lilac #CB90C5
RGB
CMYK
RGB Variations
Color information
#CB90C5 (or 0xCB90C5) is known color: Lilac. HEX triplet: CB, 90 and C5. RGB value is (203,144,197). Sum of RGB (Red+Green+Blue) = 203+144+197=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90C5 is #346F3A. Grayscale: #A7A7A7. Windows color (decimal): -3436347 or 12947659. OLE color: 12947659.
HSL color Cylindrical-coordinate representation of color #CB90C5: hue angle of 306.1º 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 #CB90C5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 197 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.20 |
| HSL | 306.1º | 0.36% | 0.68% | - |
| HSV(B) | 306.1º | 0.29% | 0.8% | - |
| XYZ | 44.68 | 36.67 | 57.55 | - |
| YUV | 167.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 197 | 0 | 0.29 | 0.03 | 0.20 | 306.1 | 0.36 | 0.68 |
| Hex | CB | 90 | C5 | 0 | 1D | 3 | 14 | 132 | 24 | 44 |
| Octal | 313 | 220 | 305 | 0 | 35 | 3 | 24 | 462 | 44 | 104 |
| Binary | 11001011 | 10010000 | 11000101 | 0 | 11101 | 11 | 10100 | 100110010 | 100100 | 1000100 |
Color Harmonies of #CB90C5
Complementary color
Monochromatic Colors of #CB90C5
Black with #CB90C5
Text Example
Text Example
White with #CB90C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90C5; }
p { color: rgb(203,144,197); }
H1.HeaderClassName
{
color: #CB90C5;
}
.AnyTagClassName
{
color: #CB90C5;
}
</style>
background-color css
<style>
a { background-color: #CB90C5; }
a { background-color: rgb(203,144,197); }
div.DivClassName
{
background-color: #CB90C5;
}
.BgClassName
{
background-color: #CB90C5;
}
</style>
border-color css
<style>
span { border-color: #CB90C5; }
span { border-color: rgb(203,144,197); }
td.TdClassName
{
border-color: #CB90C5;
}
.TagClassName
{
border-color: #CB90C5;
}
</style>