Shades of Heliotrope #CA7FED
Tints of Heliotrope #CA7FED
RGB
CMYK
RGB Variations
Color information
#CA7FED (or 0xCA7FED) is known color: Heliotrope. HEX triplet: CA, 7F and ED. RGB value is (202,127,237). Sum of RGB (Red+Green+Blue) = 202+127+237=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FED is #358012. Grayscale: #A1A1A1. Windows color (decimal): -3506195 or 15564746. OLE color: 15564746.
HSL color Cylindrical-coordinate representation of color #CA7FED: hue angle of 280.91º degrees, saturation: 0.75, 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 #CA7FED is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 127 | 237 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.07 |
| HSL | 280.91º | 0.75% | 0.71% | - |
| HSV(B) | 280.91º | 0.46% | 0.93% | - |
| XYZ | 47.23 | 33.85 | 84.16 | - |
| YUV | 161.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 237 | 0.15 | 0.46 | 0 | 0.07 | 280.91 | 0.75 | 0.71 |
| Hex | CA | 7F | ED | F | 2E | 0 | 7 | 119 | 4B | 47 |
| Octal | 312 | 177 | 355 | 17 | 56 | 0 | 7 | 431 | 113 | 107 |
| Binary | 11001010 | 1111111 | 11101101 | 1111 | 101110 | 0 | 111 | 100011001 | 1001011 | 1000111 |
Color Harmonies of #CA7FED
Complementary color
Monochromatic Colors of #CA7FED
Black with #CA7FED
Text Example
Text Example
White with #CA7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FED; }
p { color: rgb(202,127,237); }
H1.HeaderClassName
{
color: #CA7FED;
}
.AnyTagClassName
{
color: #CA7FED;
}
</style>
background-color css
<style>
a { background-color: #CA7FED; }
a { background-color: rgb(202,127,237); }
div.DivClassName
{
background-color: #CA7FED;
}
.BgClassName
{
background-color: #CA7FED;
}
</style>
border-color css
<style>
span { border-color: #CA7FED; }
span { border-color: rgb(202,127,237); }
td.TdClassName
{
border-color: #CA7FED;
}
.TagClassName
{
border-color: #CA7FED;
}
</style>