Shades of Lilac #CA94D0
Tints of Lilac #CA94D0
RGB
CMYK
RGB Variations
Color information
#CA94D0 (or 0xCA94D0) is known color: Lilac. HEX triplet: CA, 94 and D0. RGB value is (202,148,208). Sum of RGB (Red+Green+Blue) = 202+148+208=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94D0 is #356B2F. Grayscale: #AAAAAA. Windows color (decimal): -3500848 or 13669578. OLE color: 13669578.
HSL color Cylindrical-coordinate representation of color #CA94D0: hue angle of 294º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA94D0 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 148 | 208 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.18 |
| HSL | 294º | 0.39% | 0.7% | - |
| HSV(B) | 294º | 0.29% | 0.82% | - |
| XYZ | 46.33 | 38.29 | 64.62 | - |
| YUV | 170.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 208 | 0.03 | 0.29 | 0 | 0.18 | 294 | 0.39 | 0.7 |
| Hex | CA | 94 | D0 | 3 | 1D | 0 | 12 | 126 | 27 | 46 |
| Octal | 312 | 224 | 320 | 3 | 35 | 0 | 22 | 446 | 47 | 106 |
| Binary | 11001010 | 10010100 | 11010000 | 11 | 11101 | 0 | 10010 | 100100110 | 100111 | 1000110 |
Color Harmonies of #CA94D0
Complementary color
Monochromatic Colors of #CA94D0
Black with #CA94D0
Text Example
Text Example
White with #CA94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94D0; }
p { color: rgb(202,148,208); }
H1.HeaderClassName
{
color: #CA94D0;
}
.AnyTagClassName
{
color: #CA94D0;
}
</style>
background-color css
<style>
a { background-color: #CA94D0; }
a { background-color: rgb(202,148,208); }
div.DivClassName
{
background-color: #CA94D0;
}
.BgClassName
{
background-color: #CA94D0;
}
</style>
border-color css
<style>
span { border-color: #CA94D0; }
span { border-color: rgb(202,148,208); }
td.TdClassName
{
border-color: #CA94D0;
}
.TagClassName
{
border-color: #CA94D0;
}
</style>