Shades of Lilac #CA84BF
Tints of Lilac #CA84BF
RGB
CMYK
RGB Variations
Color information
#CA84BF (or 0xCA84BF) is known color: Lilac. HEX triplet: CA, 84 and BF. RGB value is (202,132,191). Sum of RGB (Red+Green+Blue) = 202+132+191=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84BF is #357B40. Grayscale: #9F9F9F. Windows color (decimal): -3504961 or 12551370. OLE color: 12551370.
HSL color Cylindrical-coordinate representation of color #CA84BF: hue angle of 309.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA84BF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 191 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.21 |
| HSL | 309.43º | 0.4% | 0.65% | - |
| HSV(B) | 309.43º | 0.35% | 0.79% | - |
| XYZ | 42.01 | 32.82 | 53.41 | - |
| YUV | 159.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 191 | 0 | 0.35 | 0.05 | 0.21 | 309.43 | 0.4 | 0.65 |
| Hex | CA | 84 | BF | 0 | 23 | 5 | 15 | 135 | 28 | 41 |
| Octal | 312 | 204 | 277 | 0 | 43 | 5 | 25 | 465 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10111111 | 0 | 100011 | 101 | 10101 | 100110101 | 101000 | 1000001 |
Color Harmonies of #CA84BF
Complementary color
Monochromatic Colors of #CA84BF
Black with #CA84BF
Text Example
Text Example
White with #CA84BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84BF; }
p { color: rgb(202,132,191); }
H1.HeaderClassName
{
color: #CA84BF;
}
.AnyTagClassName
{
color: #CA84BF;
}
</style>
background-color css
<style>
a { background-color: #CA84BF; }
a { background-color: rgb(202,132,191); }
div.DivClassName
{
background-color: #CA84BF;
}
.BgClassName
{
background-color: #CA84BF;
}
</style>
border-color css
<style>
span { border-color: #CA84BF; }
span { border-color: rgb(202,132,191); }
td.TdClassName
{
border-color: #CA84BF;
}
.TagClassName
{
border-color: #CA84BF;
}
</style>