Shades of Lilac #CA89CD
Tints of Lilac #CA89CD
RGB
CMYK
RGB Variations
Color information
#CA89CD (or 0xCA89CD) is known color: Lilac. HEX triplet: CA, 89 and CD. RGB value is (202,137,205). Sum of RGB (Red+Green+Blue) = 202+137+205=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA89CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89CD is #357632. Grayscale: #A3A3A3. Windows color (decimal): -3503667 or 13470154. OLE color: 13470154.
HSL color Cylindrical-coordinate representation of color #CA89CD: hue angle of 297.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA89CD is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 137 | 205 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.20 |
| HSL | 297.35º | 0.4% | 0.67% | - |
| HSV(B) | 297.35º | 0.33% | 0.8% | - |
| XYZ | 44.32 | 34.86 | 62.15 | - |
| YUV | 164.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 205 | 0.01 | 0.33 | 0 | 0.20 | 297.35 | 0.4 | 0.67 |
| Hex | CA | 89 | CD | 1 | 21 | 0 | 14 | 129 | 28 | 43 |
| Octal | 312 | 211 | 315 | 1 | 41 | 0 | 24 | 451 | 50 | 103 |
| Binary | 11001010 | 10001001 | 11001101 | 1 | 100001 | 0 | 10100 | 100101001 | 101000 | 1000011 |
Color Harmonies of #CA89CD
Complementary color
Monochromatic Colors of #CA89CD
Black with #CA89CD
Text Example
Text Example
White with #CA89CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89CD; }
p { color: rgb(202,137,205); }
H1.HeaderClassName
{
color: #CA89CD;
}
.AnyTagClassName
{
color: #CA89CD;
}
</style>
background-color css
<style>
a { background-color: #CA89CD; }
a { background-color: rgb(202,137,205); }
div.DivClassName
{
background-color: #CA89CD;
}
.BgClassName
{
background-color: #CA89CD;
}
</style>
border-color css
<style>
span { border-color: #CA89CD; }
span { border-color: rgb(202,137,205); }
td.TdClassName
{
border-color: #CA89CD;
}
.TagClassName
{
border-color: #CA89CD;
}
</style>