Shades of Lilac #CB90C4
Tints of Lilac #CB90C4
RGB
CMYK
RGB Variations
Color information
#CB90C4 (or 0xCB90C4) is known color: Lilac. HEX triplet: CB, 90 and C4. RGB value is (203,144,196). Sum of RGB (Red+Green+Blue) = 203+144+196=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90C4 is #346F3B. Grayscale: #A7A7A7. Windows color (decimal): -3436348 or 12882123. OLE color: 12882123.
HSL color Cylindrical-coordinate representation of color #CB90C4: hue angle of 307.12º 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 #CB90C4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 196 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.20 |
| HSL | 307.12º | 0.36% | 0.68% | - |
| HSV(B) | 307.12º | 0.29% | 0.8% | - |
| XYZ | 44.57 | 36.63 | 56.95 | - |
| YUV | 167.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 196 | 0 | 0.29 | 0.03 | 0.20 | 307.12 | 0.36 | 0.68 |
| Hex | CB | 90 | C4 | 0 | 1D | 3 | 14 | 133 | 24 | 44 |
| Octal | 313 | 220 | 304 | 0 | 35 | 3 | 24 | 463 | 44 | 104 |
| Binary | 11001011 | 10010000 | 11000100 | 0 | 11101 | 11 | 10100 | 100110011 | 100100 | 1000100 |
Color Harmonies of #CB90C4
Complementary color
Monochromatic Colors of #CB90C4
Black with #CB90C4
Text Example
Text Example
White with #CB90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90C4; }
p { color: rgb(203,144,196); }
H1.HeaderClassName
{
color: #CB90C4;
}
.AnyTagClassName
{
color: #CB90C4;
}
</style>
background-color css
<style>
a { background-color: #CB90C4; }
a { background-color: rgb(203,144,196); }
div.DivClassName
{
background-color: #CB90C4;
}
.BgClassName
{
background-color: #CB90C4;
}
</style>
border-color css
<style>
span { border-color: #CB90C4; }
span { border-color: rgb(203,144,196); }
td.TdClassName
{
border-color: #CB90C4;
}
.TagClassName
{
border-color: #CB90C4;
}
</style>