Shades of Heliotrope #CA7DEC
Tints of Heliotrope #CA7DEC
RGB
CMYK
RGB Variations
Color information
#CA7DEC (or 0xCA7DEC) is known color: Heliotrope. HEX triplet: CA, 7D and EC. RGB value is (202,125,236). Sum of RGB (Red+Green+Blue) = 202+125+236=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DEC is #358213. Grayscale: #A0A0A0. Windows color (decimal): -3506708 or 15498698. OLE color: 15498698.
HSL color Cylindrical-coordinate representation of color #CA7DEC: hue angle of 281.62º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA7DEC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 125 | 236 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.07 |
| HSL | 281.62º | 0.74% | 0.71% | - |
| HSV(B) | 281.62º | 0.47% | 0.93% | - |
| XYZ | 46.83 | 33.28 | 83.31 | - |
| YUV | 160.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 236 | 0.14 | 0.47 | 0 | 0.07 | 281.62 | 0.74 | 0.71 |
| Hex | CA | 7D | EC | E | 2F | 0 | 7 | 11A | 4A | 47 |
| Octal | 312 | 175 | 354 | 16 | 57 | 0 | 7 | 432 | 112 | 107 |
| Binary | 11001010 | 1111101 | 11101100 | 1110 | 101111 | 0 | 111 | 100011010 | 1001010 | 1000111 |
Color Harmonies of #CA7DEC
Complementary color
Monochromatic Colors of #CA7DEC
Black with #CA7DEC
Text Example
Text Example
White with #CA7DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DEC; }
p { color: rgb(202,125,236); }
H1.HeaderClassName
{
color: #CA7DEC;
}
.AnyTagClassName
{
color: #CA7DEC;
}
</style>
background-color css
<style>
a { background-color: #CA7DEC; }
a { background-color: rgb(202,125,236); }
div.DivClassName
{
background-color: #CA7DEC;
}
.BgClassName
{
background-color: #CA7DEC;
}
</style>
border-color css
<style>
span { border-color: #CA7DEC; }
span { border-color: rgb(202,125,236); }
td.TdClassName
{
border-color: #CA7DEC;
}
.TagClassName
{
border-color: #CA7DEC;
}
</style>