Shades of Heliotrope #CA84EE
Tints of Heliotrope #CA84EE
RGB
CMYK
RGB Variations
Color information
#CA84EE (or 0xCA84EE) is known color: Heliotrope. HEX triplet: CA, 84 and EE. RGB value is (202,132,238). Sum of RGB (Red+Green+Blue) = 202+132+238=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84EE is #357B11. Grayscale: #A4A4A4. Windows color (decimal): -3504914 or 15631562. OLE color: 15631562.
HSL color Cylindrical-coordinate representation of color #CA84EE: hue angle of 279.62º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA84EE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 132 | 238 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.07 |
| HSL | 279.62º | 0.76% | 0.73% | - |
| HSV(B) | 279.62º | 0.45% | 0.93% | - |
| XYZ | 48.04 | 35.23 | 85.16 | - |
| YUV | 165.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 238 | 0.15 | 0.45 | 0 | 0.07 | 279.62 | 0.76 | 0.73 |
| Hex | CA | 84 | EE | F | 2D | 0 | 7 | 118 | 4C | 49 |
| Octal | 312 | 204 | 356 | 17 | 55 | 0 | 7 | 430 | 114 | 111 |
| Binary | 11001010 | 10000100 | 11101110 | 1111 | 101101 | 0 | 111 | 100011000 | 1001100 | 1001001 |
Color Harmonies of #CA84EE
Complementary color
Monochromatic Colors of #CA84EE
Black with #CA84EE
Text Example
Text Example
White with #CA84EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84EE; }
p { color: rgb(202,132,238); }
H1.HeaderClassName
{
color: #CA84EE;
}
.AnyTagClassName
{
color: #CA84EE;
}
</style>
background-color css
<style>
a { background-color: #CA84EE; }
a { background-color: rgb(202,132,238); }
div.DivClassName
{
background-color: #CA84EE;
}
.BgClassName
{
background-color: #CA84EE;
}
</style>
border-color css
<style>
span { border-color: #CA84EE; }
span { border-color: rgb(202,132,238); }
td.TdClassName
{
border-color: #CA84EE;
}
.TagClassName
{
border-color: #CA84EE;
}
</style>