Shades of Heliotrope #CA7CE9
Tints of Heliotrope #CA7CE9
RGB
CMYK
RGB Variations
Color information
#CA7CE9 (or 0xCA7CE9) is known color: Heliotrope. HEX triplet: CA, 7C and E9. RGB value is (202,124,233). Sum of RGB (Red+Green+Blue) = 202+124+233=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA7CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CE9 is #358316. Grayscale: #9F9F9F. Windows color (decimal): -3506967 or 15301834. OLE color: 15301834.
HSL color Cylindrical-coordinate representation of color #CA7CE9: hue angle of 282.94º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA7CE9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 124 | 233 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.09 |
| HSL | 282.94º | 0.71% | 0.7% | - |
| HSV(B) | 282.94º | 0.47% | 0.91% | - |
| XYZ | 46.27 | 32.86 | 80.99 | - |
| YUV | 159.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 233 | 0.13 | 0.47 | 0 | 0.09 | 282.94 | 0.71 | 0.7 |
| Hex | CA | 7C | E9 | D | 2F | 0 | 9 | 11B | 47 | 46 |
| Octal | 312 | 174 | 351 | 15 | 57 | 0 | 11 | 433 | 107 | 106 |
| Binary | 11001010 | 1111100 | 11101001 | 1101 | 101111 | 0 | 1001 | 100011011 | 1000111 | 1000110 |
Color Harmonies of #CA7CE9
Complementary color
Monochromatic Colors of #CA7CE9
Black with #CA7CE9
Text Example
Text Example
White with #CA7CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CE9; }
p { color: rgb(202,124,233); }
H1.HeaderClassName
{
color: #CA7CE9;
}
.AnyTagClassName
{
color: #CA7CE9;
}
</style>
background-color css
<style>
a { background-color: #CA7CE9; }
a { background-color: rgb(202,124,233); }
div.DivClassName
{
background-color: #CA7CE9;
}
.BgClassName
{
background-color: #CA7CE9;
}
</style>
border-color css
<style>
span { border-color: #CA7CE9; }
span { border-color: rgb(202,124,233); }
td.TdClassName
{
border-color: #CA7CE9;
}
.TagClassName
{
border-color: #CA7CE9;
}
</style>