Shades of Heliotrope #CA62ED
Tints of Heliotrope #CA62ED
RGB
CMYK
RGB Variations
Color information
#CA62ED (or 0xCA62ED) is known color: Heliotrope. HEX triplet: CA, 62 and ED. RGB value is (202,98,237). Sum of RGB (Red+Green+Blue) = 202+98+237=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA62ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA62ED is #359D12. Grayscale: #909090. Windows color (decimal): -3513619 or 15557322. OLE color: 15557322.
HSL color Cylindrical-coordinate representation of color #CA62ED: hue angle of 284.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA62ED is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 98 | 237 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.07 |
| HSL | 284.89º | 0.79% | 0.66% | - |
| HSV(B) | 284.89º | 0.59% | 0.93% | - |
| XYZ | 44.01 | 27.41 | 83.09 | - |
| YUV | 144.94 | 179.96 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 237 | 0.15 | 0.59 | 0 | 0.07 | 284.89 | 0.79 | 0.66 |
| Hex | CA | 62 | ED | F | 3B | 0 | 7 | 11D | 4F | 42 |
| Octal | 312 | 142 | 355 | 17 | 73 | 0 | 7 | 435 | 117 | 102 |
| Binary | 11001010 | 1100010 | 11101101 | 1111 | 111011 | 0 | 111 | 100011101 | 1001111 | 1000010 |
Color Harmonies of #CA62ED
Complementary color
Monochromatic Colors of #CA62ED
Black with #CA62ED
Text Example
Text Example
White with #CA62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA62ED; }
p { color: rgb(202,98,237); }
H1.HeaderClassName
{
color: #CA62ED;
}
.AnyTagClassName
{
color: #CA62ED;
}
</style>
background-color css
<style>
a { background-color: #CA62ED; }
a { background-color: rgb(202,98,237); }
div.DivClassName
{
background-color: #CA62ED;
}
.BgClassName
{
background-color: #CA62ED;
}
</style>
border-color css
<style>
span { border-color: #CA62ED; }
span { border-color: rgb(202,98,237); }
td.TdClassName
{
border-color: #CA62ED;
}
.TagClassName
{
border-color: #CA62ED;
}
</style>