Shades of Lilac #CA90CF
Tints of Lilac #CA90CF
RGB
CMYK
RGB Variations
Color information
#CA90CF (or 0xCA90CF) is known color: Lilac. HEX triplet: CA, 90 and CF. RGB value is (202,144,207). Sum of RGB (Red+Green+Blue) = 202+144+207=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90CF is #356F30. Grayscale: #A8A8A8. Windows color (decimal): -3501873 or 13603018. OLE color: 13603018.
HSL color Cylindrical-coordinate representation of color #CA90CF: hue angle of 295.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA90CF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 144 | 207 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.19 |
| HSL | 295.24º | 0.4% | 0.69% | - |
| HSV(B) | 295.24º | 0.3% | 0.81% | - |
| XYZ | 45.59 | 37.01 | 63.77 | - |
| YUV | 168.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 207 | 0.02 | 0.30 | 0 | 0.19 | 295.24 | 0.4 | 0.69 |
| Hex | CA | 90 | CF | 2 | 1E | 0 | 13 | 127 | 28 | 45 |
| Octal | 312 | 220 | 317 | 2 | 36 | 0 | 23 | 447 | 50 | 105 |
| Binary | 11001010 | 10010000 | 11001111 | 10 | 11110 | 0 | 10011 | 100100111 | 101000 | 1000101 |
Color Harmonies of #CA90CF
Complementary color
Monochromatic Colors of #CA90CF
Black with #CA90CF
Text Example
Text Example
White with #CA90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90CF; }
p { color: rgb(202,144,207); }
H1.HeaderClassName
{
color: #CA90CF;
}
.AnyTagClassName
{
color: #CA90CF;
}
</style>
background-color css
<style>
a { background-color: #CA90CF; }
a { background-color: rgb(202,144,207); }
div.DivClassName
{
background-color: #CA90CF;
}
.BgClassName
{
background-color: #CA90CF;
}
</style>
border-color css
<style>
span { border-color: #CA90CF; }
span { border-color: rgb(202,144,207); }
td.TdClassName
{
border-color: #CA90CF;
}
.TagClassName
{
border-color: #CA90CF;
}
</style>