Shades of Lilac #CA89C4
Tints of Lilac #CA89C4
RGB
CMYK
RGB Variations
Color information
#CA89C4 (or 0xCA89C4) is known color: Lilac. HEX triplet: CA, 89 and C4. RGB value is (202,137,196). Sum of RGB (Red+Green+Blue) = 202+137+196=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89C4 is #35763B. Grayscale: #A2A2A2. Windows color (decimal): -3503676 or 12880330. OLE color: 12880330.
HSL color Cylindrical-coordinate representation of color #CA89C4: hue angle of 305.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA89C4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 196 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.21 |
| HSL | 305.54º | 0.38% | 0.66% | - |
| HSV(B) | 305.54º | 0.32% | 0.79% | - |
| XYZ | 43.27 | 34.43 | 56.59 | - |
| YUV | 163.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 196 | 0 | 0.32 | 0.03 | 0.21 | 305.54 | 0.38 | 0.66 |
| Hex | CA | 89 | C4 | 0 | 20 | 3 | 15 | 132 | 26 | 42 |
| Octal | 312 | 211 | 304 | 0 | 40 | 3 | 25 | 462 | 46 | 102 |
| Binary | 11001010 | 10001001 | 11000100 | 0 | 100000 | 11 | 10101 | 100110010 | 100110 | 1000010 |
Color Harmonies of #CA89C4
Complementary color
Monochromatic Colors of #CA89C4
Black with #CA89C4
Text Example
Text Example
White with #CA89C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89C4; }
p { color: rgb(202,137,196); }
H1.HeaderClassName
{
color: #CA89C4;
}
.AnyTagClassName
{
color: #CA89C4;
}
</style>
background-color css
<style>
a { background-color: #CA89C4; }
a { background-color: rgb(202,137,196); }
div.DivClassName
{
background-color: #CA89C4;
}
.BgClassName
{
background-color: #CA89C4;
}
</style>
border-color css
<style>
span { border-color: #CA89C4; }
span { border-color: rgb(202,137,196); }
td.TdClassName
{
border-color: #CA89C4;
}
.TagClassName
{
border-color: #CA89C4;
}
</style>