Shades of Lilac #CB90C7
Tints of Lilac #CB90C7
RGB
CMYK
RGB Variations
Color information
#CB90C7 (or 0xCB90C7) is known color: Lilac. HEX triplet: CB, 90 and C7. RGB value is (203,144,199). Sum of RGB (Red+Green+Blue) = 203+144+199=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90C7 is #346F38. Grayscale: #A7A7A7. Windows color (decimal): -3436345 or 13078731. OLE color: 13078731.
HSL color Cylindrical-coordinate representation of color #CB90C7: hue angle of 304.07º 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 #CB90C7 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 199 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.20 |
| HSL | 304.07º | 0.36% | 0.68% | - |
| HSV(B) | 304.07º | 0.29% | 0.8% | - |
| XYZ | 44.91 | 36.77 | 58.76 | - |
| YUV | 167.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 199 | 0 | 0.29 | 0.02 | 0.20 | 304.07 | 0.36 | 0.68 |
| Hex | CB | 90 | C7 | 0 | 1D | 2 | 14 | 130 | 24 | 44 |
| Octal | 313 | 220 | 307 | 0 | 35 | 2 | 24 | 460 | 44 | 104 |
| Binary | 11001011 | 10010000 | 11000111 | 0 | 11101 | 10 | 10100 | 100110000 | 100100 | 1000100 |
Color Harmonies of #CB90C7
Complementary color
Monochromatic Colors of #CB90C7
Black with #CB90C7
Text Example
Text Example
White with #CB90C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90C7; }
p { color: rgb(203,144,199); }
H1.HeaderClassName
{
color: #CB90C7;
}
.AnyTagClassName
{
color: #CB90C7;
}
</style>
background-color css
<style>
a { background-color: #CB90C7; }
a { background-color: rgb(203,144,199); }
div.DivClassName
{
background-color: #CB90C7;
}
.BgClassName
{
background-color: #CB90C7;
}
</style>
border-color css
<style>
span { border-color: #CB90C7; }
span { border-color: rgb(203,144,199); }
td.TdClassName
{
border-color: #CB90C7;
}
.TagClassName
{
border-color: #CB90C7;
}
</style>