Shades of Heliotrope #CA7AE5
Tints of Heliotrope #CA7AE5
RGB
CMYK
RGB Variations
Color information
#CA7AE5 (or 0xCA7AE5) is known color: Heliotrope. HEX triplet: CA, 7A and E5. RGB value is (202,122,229). Sum of RGB (Red+Green+Blue) = 202+122+229=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA7AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AE5 is #35851A. Grayscale: #9D9D9D. Windows color (decimal): -3507483 or 15039178. OLE color: 15039178.
HSL color Cylindrical-coordinate representation of color #CA7AE5: hue angle of 284.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA7AE5 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 122 | 229 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.10 |
| HSL | 284.86º | 0.67% | 0.69% | - |
| HSV(B) | 284.86º | 0.47% | 0.9% | - |
| XYZ | 45.46 | 32.13 | 77.94 | - |
| YUV | 158.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 229 | 0.12 | 0.47 | 0 | 0.10 | 284.86 | 0.67 | 0.69 |
| Hex | CA | 7A | E5 | C | 2F | 0 | A | 11D | 43 | 45 |
| Octal | 312 | 172 | 345 | 14 | 57 | 0 | 12 | 435 | 103 | 105 |
| Binary | 11001010 | 1111010 | 11100101 | 1100 | 101111 | 0 | 1010 | 100011101 | 1000011 | 1000101 |
Color Harmonies of #CA7AE5
Complementary color
Monochromatic Colors of #CA7AE5
Black with #CA7AE5
Text Example
Text Example
White with #CA7AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AE5; }
p { color: rgb(202,122,229); }
H1.HeaderClassName
{
color: #CA7AE5;
}
.AnyTagClassName
{
color: #CA7AE5;
}
</style>
background-color css
<style>
a { background-color: #CA7AE5; }
a { background-color: rgb(202,122,229); }
div.DivClassName
{
background-color: #CA7AE5;
}
.BgClassName
{
background-color: #CA7AE5;
}
</style>
border-color css
<style>
span { border-color: #CA7AE5; }
span { border-color: rgb(202,122,229); }
td.TdClassName
{
border-color: #CA7AE5;
}
.TagClassName
{
border-color: #CA7AE5;
}
</style>