Shades of Heliotrope #CA7AF5
Tints of Heliotrope #CA7AF5
RGB
CMYK
RGB Variations
Color information
#CA7AF5 (or 0xCA7AF5) is known color: Heliotrope. HEX triplet: CA, 7A and F5. RGB value is (202,122,245). Sum of RGB (Red+Green+Blue) = 202+122+245=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA7AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7AF5 is #35850A. Grayscale: #9F9F9F. Windows color (decimal): -3507467 or 16087754. OLE color: 16087754.
HSL color Cylindrical-coordinate representation of color #CA7AF5: hue angle of 279.02º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7AF5 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 122 | 245 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.04 |
| HSL | 279.02º | 0.86% | 0.72% | - |
| HSV(B) | 279.02º | 0.5% | 0.96% | - |
| XYZ | 47.8 | 33.07 | 90.25 | - |
| YUV | 159.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 245 | 0.18 | 0.50 | 0 | 0.04 | 279.02 | 0.86 | 0.72 |
| Hex | CA | 7A | F5 | 12 | 32 | 0 | 4 | 117 | 56 | 48 |
| Octal | 312 | 172 | 365 | 22 | 62 | 0 | 4 | 427 | 126 | 110 |
| Binary | 11001010 | 1111010 | 11110101 | 10010 | 110010 | 0 | 100 | 100010111 | 1010110 | 1001000 |
Color Harmonies of #CA7AF5
Complementary color
Monochromatic Colors of #CA7AF5
Black with #CA7AF5
Text Example
Text Example
White with #CA7AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AF5; }
p { color: rgb(202,122,245); }
H1.HeaderClassName
{
color: #CA7AF5;
}
.AnyTagClassName
{
color: #CA7AF5;
}
</style>
background-color css
<style>
a { background-color: #CA7AF5; }
a { background-color: rgb(202,122,245); }
div.DivClassName
{
background-color: #CA7AF5;
}
.BgClassName
{
background-color: #CA7AF5;
}
</style>
border-color css
<style>
span { border-color: #CA7AF5; }
span { border-color: rgb(202,122,245); }
td.TdClassName
{
border-color: #CA7AF5;
}
.TagClassName
{
border-color: #CA7AF5;
}
</style>