Shades of Lilac #CB90CC
Tints of Lilac #CB90CC
RGB
CMYK
RGB Variations
Color information
#CB90CC (or 0xCB90CC) is known color: Lilac. HEX triplet: CB, 90 and CC. RGB value is (203,144,204). Sum of RGB (Red+Green+Blue) = 203+144+204=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90CC is #346F33. Grayscale: #A8A8A8. Windows color (decimal): -3436340 or 13406411. OLE color: 13406411.
HSL color Cylindrical-coordinate representation of color #CB90CC: hue angle of 299º degrees, saturation: 0.37, 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 #CB90CC is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 144 | 204 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.2 |
| HSL | 299º | 0.37% | 0.68% | - |
| HSV(B) | 299º | 0.29% | 0.8% | - |
| XYZ | 45.5 | 37 | 61.87 | - |
| YUV | 168.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 204 | 0.00 | 0.29 | 0 | 0.2 | 299 | 0.37 | 0.68 |
| Hex | CB | 90 | CC | 0 | 1D | 0 | 14 | 12B | 25 | 44 |
| Octal | 313 | 220 | 314 | 0 | 35 | 0 | 24 | 453 | 45 | 104 |
| Binary | 11001011 | 10010000 | 11001100 | 0 | 11101 | 0 | 10100 | 100101011 | 100101 | 1000100 |
Color Harmonies of #CB90CC
Complementary color
Monochromatic Colors of #CB90CC
Black with #CB90CC
Text Example
Text Example
White with #CB90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90CC; }
p { color: rgb(203,144,204); }
H1.HeaderClassName
{
color: #CB90CC;
}
.AnyTagClassName
{
color: #CB90CC;
}
</style>
background-color css
<style>
a { background-color: #CB90CC; }
a { background-color: rgb(203,144,204); }
div.DivClassName
{
background-color: #CB90CC;
}
.BgClassName
{
background-color: #CB90CC;
}
</style>
border-color css
<style>
span { border-color: #CB90CC; }
span { border-color: rgb(203,144,204); }
td.TdClassName
{
border-color: #CB90CC;
}
.TagClassName
{
border-color: #CB90CC;
}
</style>