Shades of Lilac #CA90BF
Tints of Lilac #CA90BF
RGB
CMYK
RGB Variations
Color information
#CA90BF (or 0xCA90BF) is known color: Lilac. HEX triplet: CA, 90 and BF. RGB value is (202,144,191). Sum of RGB (Red+Green+Blue) = 202+144+191=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90BF is #356F40. Grayscale: #A6A6A6. Windows color (decimal): -3501889 or 12554442. OLE color: 12554442.
HSL color Cylindrical-coordinate representation of color #CA90BF: hue angle of 311.38º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA90BF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 191 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.21 |
| HSL | 311.38º | 0.35% | 0.68% | - |
| HSV(B) | 311.38º | 0.29% | 0.79% | - |
| XYZ | 43.73 | 36.26 | 53.98 | - |
| YUV | 166.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 191 | 0 | 0.29 | 0.05 | 0.21 | 311.38 | 0.35 | 0.68 |
| Hex | CA | 90 | BF | 0 | 1D | 5 | 15 | 137 | 23 | 44 |
| Octal | 312 | 220 | 277 | 0 | 35 | 5 | 25 | 467 | 43 | 104 |
| Binary | 11001010 | 10010000 | 10111111 | 0 | 11101 | 101 | 10101 | 100110111 | 100011 | 1000100 |
Color Harmonies of #CA90BF
Complementary color
Monochromatic Colors of #CA90BF
Black with #CA90BF
Text Example
Text Example
White with #CA90BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90BF; }
p { color: rgb(202,144,191); }
H1.HeaderClassName
{
color: #CA90BF;
}
.AnyTagClassName
{
color: #CA90BF;
}
</style>
background-color css
<style>
a { background-color: #CA90BF; }
a { background-color: rgb(202,144,191); }
div.DivClassName
{
background-color: #CA90BF;
}
.BgClassName
{
background-color: #CA90BF;
}
</style>
border-color css
<style>
span { border-color: #CA90BF; }
span { border-color: rgb(202,144,191); }
td.TdClassName
{
border-color: #CA90BF;
}
.TagClassName
{
border-color: #CA90BF;
}
</style>