Shades of Heliotrope #CA7AFF
Tints of Heliotrope #CA7AFF
RGB
CMYK
RGB Variations
Color information
#CA7AFF (or 0xCA7AFF) is known color: Heliotrope. HEX triplet: CA, 7A and FF. RGB value is (202,122,255). Sum of RGB (Red+Green+Blue) = 202+122+255=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7AFF is #358500. Grayscale: #A0A0A0. Windows color (decimal): -3507457 or 16743114. OLE color: 16743114.
HSL color Cylindrical-coordinate representation of color #CA7AFF: hue angle of 276.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7AFF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 122 | 255 | - |
| CMYK | 0.21 | 0.52 | 0 | 0 |
| HSL | 276.09º | 1% | 0.74% | - |
| HSV(B) | 276.09º | 0.52% | 1% | - |
| XYZ | 49.37 | 33.7 | 98.51 | - |
| YUV | 161.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 255 | 0.21 | 0.52 | 0 | 0 | 276.09 | 1 | 0.74 |
| Hex | CA | 7A | FF | 15 | 34 | 0 | 0 | 114 | 64 | 4A |
| Octal | 312 | 172 | 377 | 25 | 64 | 0 | 0 | 424 | 144 | 112 |
| Binary | 11001010 | 1111010 | 11111111 | 10101 | 110100 | 0 | 0 | 100010100 | 1100100 | 1001010 |
Color Harmonies of #CA7AFF
Complementary color
Monochromatic Colors of #CA7AFF
Black with #CA7AFF
Text Example
Text Example
White with #CA7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AFF; }
p { color: rgb(202,122,255); }
H1.HeaderClassName
{
color: #CA7AFF;
}
.AnyTagClassName
{
color: #CA7AFF;
}
</style>
background-color css
<style>
a { background-color: #CA7AFF; }
a { background-color: rgb(202,122,255); }
div.DivClassName
{
background-color: #CA7AFF;
}
.BgClassName
{
background-color: #CA7AFF;
}
</style>
border-color css
<style>
span { border-color: #CA7AFF; }
span { border-color: rgb(202,122,255); }
td.TdClassName
{
border-color: #CA7AFF;
}
.TagClassName
{
border-color: #CA7AFF;
}
</style>