Shades of Heliotrope #CA7FEC
Tints of Heliotrope #CA7FEC
RGB
CMYK
RGB Variations
Color information
#CA7FEC (or 0xCA7FEC) is known color: Heliotrope. HEX triplet: CA, 7F and EC. RGB value is (202,127,236). Sum of RGB (Red+Green+Blue) = 202+127+236=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FEC is #358013. Grayscale: #A1A1A1. Windows color (decimal): -3506196 or 15499210. OLE color: 15499210.
HSL color Cylindrical-coordinate representation of color #CA7FEC: hue angle of 281.28º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA7FEC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 127 | 236 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.07 |
| HSL | 281.28º | 0.74% | 0.71% | - |
| HSV(B) | 281.28º | 0.46% | 0.93% | - |
| XYZ | 47.09 | 33.79 | 83.4 | - |
| YUV | 161.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 236 | 0.14 | 0.46 | 0 | 0.07 | 281.28 | 0.74 | 0.71 |
| Hex | CA | 7F | EC | E | 2E | 0 | 7 | 119 | 4A | 47 |
| Octal | 312 | 177 | 354 | 16 | 56 | 0 | 7 | 431 | 112 | 107 |
| Binary | 11001010 | 1111111 | 11101100 | 1110 | 101110 | 0 | 111 | 100011001 | 1001010 | 1000111 |
Color Harmonies of #CA7FEC
Complementary color
Monochromatic Colors of #CA7FEC
Black with #CA7FEC
Text Example
Text Example
White with #CA7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FEC; }
p { color: rgb(202,127,236); }
H1.HeaderClassName
{
color: #CA7FEC;
}
.AnyTagClassName
{
color: #CA7FEC;
}
</style>
background-color css
<style>
a { background-color: #CA7FEC; }
a { background-color: rgb(202,127,236); }
div.DivClassName
{
background-color: #CA7FEC;
}
.BgClassName
{
background-color: #CA7FEC;
}
</style>
border-color css
<style>
span { border-color: #CA7FEC; }
span { border-color: rgb(202,127,236); }
td.TdClassName
{
border-color: #CA7FEC;
}
.TagClassName
{
border-color: #CA7FEC;
}
</style>