Shades of Heliotrope #CA7AFA
Tints of Heliotrope #CA7AFA
RGB
CMYK
RGB Variations
Color information
#CA7AFA (or 0xCA7AFA) is known color: Heliotrope. HEX triplet: CA, 7A and FA. RGB value is (202,122,250). Sum of RGB (Red+Green+Blue) = 202+122+250=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7AFA is #358505. Grayscale: #A0A0A0. Windows color (decimal): -3507462 or 16415434. OLE color: 16415434.
HSL color Cylindrical-coordinate representation of color #CA7AFA: hue angle of 277.5º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7AFA is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 122 | 250 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.02 |
| HSL | 277.5º | 0.93% | 0.73% | - |
| HSV(B) | 277.5º | 0.51% | 0.98% | - |
| XYZ | 48.57 | 33.38 | 94.33 | - |
| YUV | 160.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 250 | 0.19 | 0.51 | 0 | 0.02 | 277.5 | 0.93 | 0.73 |
| Hex | CA | 7A | FA | 13 | 33 | 0 | 2 | 116 | 5D | 49 |
| Octal | 312 | 172 | 372 | 23 | 63 | 0 | 2 | 426 | 135 | 111 |
| Binary | 11001010 | 1111010 | 11111010 | 10011 | 110011 | 0 | 10 | 100010110 | 1011101 | 1001001 |
Color Harmonies of #CA7AFA
Complementary color
Monochromatic Colors of #CA7AFA
Black with #CA7AFA
Text Example
Text Example
White with #CA7AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AFA; }
p { color: rgb(202,122,250); }
H1.HeaderClassName
{
color: #CA7AFA;
}
.AnyTagClassName
{
color: #CA7AFA;
}
</style>
background-color css
<style>
a { background-color: #CA7AFA; }
a { background-color: rgb(202,122,250); }
div.DivClassName
{
background-color: #CA7AFA;
}
.BgClassName
{
background-color: #CA7AFA;
}
</style>
border-color css
<style>
span { border-color: #CA7AFA; }
span { border-color: rgb(202,122,250); }
td.TdClassName
{
border-color: #CA7AFA;
}
.TagClassName
{
border-color: #CA7AFA;
}
</style>