Shades of Heliotrope #CA84F7
Tints of Heliotrope #CA84F7
RGB
CMYK
RGB Variations
Color information
#CA84F7 (or 0xCA84F7) is known color: Heliotrope. HEX triplet: CA, 84 and F7. RGB value is (202,132,247). Sum of RGB (Red+Green+Blue) = 202+132+247=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA84F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84F7 is #357B08. Grayscale: #A5A5A5. Windows color (decimal): -3504905 or 16221386. OLE color: 16221386.
HSL color Cylindrical-coordinate representation of color #CA84F7: hue angle of 276.52º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA84F7 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 132 | 247 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.03 |
| HSL | 276.52º | 0.88% | 0.74% | - |
| HSV(B) | 276.52º | 0.47% | 0.97% | - |
| XYZ | 49.4 | 35.77 | 92.3 | - |
| YUV | 166.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 247 | 0.18 | 0.47 | 0 | 0.03 | 276.52 | 0.88 | 0.74 |
| Hex | CA | 84 | F7 | 12 | 2F | 0 | 3 | 115 | 58 | 4A |
| Octal | 312 | 204 | 367 | 22 | 57 | 0 | 3 | 425 | 130 | 112 |
| Binary | 11001010 | 10000100 | 11110111 | 10010 | 101111 | 0 | 11 | 100010101 | 1011000 | 1001010 |
Color Harmonies of #CA84F7
Complementary color
Monochromatic Colors of #CA84F7
Black with #CA84F7
Text Example
Text Example
White with #CA84F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84F7; }
p { color: rgb(202,132,247); }
H1.HeaderClassName
{
color: #CA84F7;
}
.AnyTagClassName
{
color: #CA84F7;
}
</style>
background-color css
<style>
a { background-color: #CA84F7; }
a { background-color: rgb(202,132,247); }
div.DivClassName
{
background-color: #CA84F7;
}
.BgClassName
{
background-color: #CA84F7;
}
</style>
border-color css
<style>
span { border-color: #CA84F7; }
span { border-color: rgb(202,132,247); }
td.TdClassName
{
border-color: #CA84F7;
}
.TagClassName
{
border-color: #CA84F7;
}
</style>