Shades of Lilac #CA89C6
Tints of Lilac #CA89C6
RGB
CMYK
RGB Variations
Color information
#CA89C6 (or 0xCA89C6) is known color: Lilac. HEX triplet: CA, 89 and C6. RGB value is (202,137,198). Sum of RGB (Red+Green+Blue) = 202+137+198=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89C6 is #357639. Grayscale: #A3A3A3. Windows color (decimal): -3503674 or 13011402. OLE color: 13011402.
HSL color Cylindrical-coordinate representation of color #CA89C6: hue angle of 303.69º 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 #CA89C6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 198 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.21 |
| HSL | 303.69º | 0.38% | 0.66% | - |
| HSV(B) | 303.69º | 0.32% | 0.79% | - |
| XYZ | 43.5 | 34.53 | 57.8 | - |
| YUV | 163.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 198 | 0 | 0.32 | 0.02 | 0.21 | 303.69 | 0.38 | 0.66 |
| Hex | CA | 89 | C6 | 0 | 20 | 2 | 15 | 130 | 26 | 42 |
| Octal | 312 | 211 | 306 | 0 | 40 | 2 | 25 | 460 | 46 | 102 |
| Binary | 11001010 | 10001001 | 11000110 | 0 | 100000 | 10 | 10101 | 100110000 | 100110 | 1000010 |
Color Harmonies of #CA89C6
Complementary color
Monochromatic Colors of #CA89C6
Black with #CA89C6
Text Example
Text Example
White with #CA89C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89C6; }
p { color: rgb(202,137,198); }
H1.HeaderClassName
{
color: #CA89C6;
}
.AnyTagClassName
{
color: #CA89C6;
}
</style>
background-color css
<style>
a { background-color: #CA89C6; }
a { background-color: rgb(202,137,198); }
div.DivClassName
{
background-color: #CA89C6;
}
.BgClassName
{
background-color: #CA89C6;
}
</style>
border-color css
<style>
span { border-color: #CA89C6; }
span { border-color: rgb(202,137,198); }
td.TdClassName
{
border-color: #CA89C6;
}
.TagClassName
{
border-color: #CA89C6;
}
</style>