Shades of Heliotrope #CA84EF
Tints of Heliotrope #CA84EF
RGB
CMYK
RGB Variations
Color information
#CA84EF (or 0xCA84EF) is known color: Heliotrope. HEX triplet: CA, 84 and EF. RGB value is (202,132,239). Sum of RGB (Red+Green+Blue) = 202+132+239=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84EF is #357B10. Grayscale: #A4A4A4. Windows color (decimal): -3504913 or 15697098. OLE color: 15697098.
HSL color Cylindrical-coordinate representation of color #CA84EF: hue angle of 279.25º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA84EF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 132 | 239 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.06 |
| HSL | 279.25º | 0.77% | 0.73% | - |
| HSV(B) | 279.25º | 0.45% | 0.94% | - |
| XYZ | 48.19 | 35.29 | 85.93 | - |
| YUV | 165.13 | 169.69 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 239 | 0.15 | 0.45 | 0 | 0.06 | 279.25 | 0.77 | 0.73 |
| Hex | CA | 84 | EF | F | 2D | 0 | 6 | 117 | 4D | 49 |
| Octal | 312 | 204 | 357 | 17 | 55 | 0 | 6 | 427 | 115 | 111 |
| Binary | 11001010 | 10000100 | 11101111 | 1111 | 101101 | 0 | 110 | 100010111 | 1001101 | 1001001 |
Color Harmonies of #CA84EF
Complementary color
Monochromatic Colors of #CA84EF
Black with #CA84EF
Text Example
Text Example
White with #CA84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84EF; }
p { color: rgb(202,132,239); }
H1.HeaderClassName
{
color: #CA84EF;
}
.AnyTagClassName
{
color: #CA84EF;
}
</style>
background-color css
<style>
a { background-color: #CA84EF; }
a { background-color: rgb(202,132,239); }
div.DivClassName
{
background-color: #CA84EF;
}
.BgClassName
{
background-color: #CA84EF;
}
</style>
border-color css
<style>
span { border-color: #CA84EF; }
span { border-color: rgb(202,132,239); }
td.TdClassName
{
border-color: #CA84EF;
}
.TagClassName
{
border-color: #CA84EF;
}
</style>