Shades of Lilac #CA86C4
Tints of Lilac #CA86C4
RGB
CMYK
RGB Variations
Color information
#CA86C4 (or 0xCA86C4) is known color: Lilac. HEX triplet: CA, 86 and C4. RGB value is (202,134,196). Sum of RGB (Red+Green+Blue) = 202+134+196=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86C4 is #35793B. Grayscale: #A1A1A1. Windows color (decimal): -3504444 or 12879562. OLE color: 12879562.
HSL color Cylindrical-coordinate representation of color #CA86C4: hue angle of 305.29º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86C4 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 196 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.21 |
| HSL | 305.29º | 0.39% | 0.66% | - |
| HSV(B) | 305.29º | 0.34% | 0.79% | - |
| XYZ | 42.85 | 33.59 | 56.45 | - |
| YUV | 161.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 196 | 0 | 0.34 | 0.03 | 0.21 | 305.29 | 0.39 | 0.66 |
| Hex | CA | 86 | C4 | 0 | 22 | 3 | 15 | 131 | 27 | 42 |
| Octal | 312 | 206 | 304 | 0 | 42 | 3 | 25 | 461 | 47 | 102 |
| Binary | 11001010 | 10000110 | 11000100 | 0 | 100010 | 11 | 10101 | 100110001 | 100111 | 1000010 |
Color Harmonies of #CA86C4
Complementary color
Monochromatic Colors of #CA86C4
Black with #CA86C4
Text Example
Text Example
White with #CA86C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86C4; }
p { color: rgb(202,134,196); }
H1.HeaderClassName
{
color: #CA86C4;
}
.AnyTagClassName
{
color: #CA86C4;
}
</style>
background-color css
<style>
a { background-color: #CA86C4; }
a { background-color: rgb(202,134,196); }
div.DivClassName
{
background-color: #CA86C4;
}
.BgClassName
{
background-color: #CA86C4;
}
</style>
border-color css
<style>
span { border-color: #CA86C4; }
span { border-color: rgb(202,134,196); }
td.TdClassName
{
border-color: #CA86C4;
}
.TagClassName
{
border-color: #CA86C4;
}
</style>