Shades of Heliotrope #CA62FF
Tints of Heliotrope #CA62FF
RGB
CMYK
RGB Variations
Color information
#CA62FF (or 0xCA62FF) is known color: Heliotrope. HEX triplet: CA, 62 and FF. RGB value is (202,98,255). Sum of RGB (Red+Green+Blue) = 202+98+255=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA62FF is #359D00. Grayscale: #929292. Windows color (decimal): -3513601 or 16736970. OLE color: 16736970.
HSL color Cylindrical-coordinate representation of color #CA62FF: hue angle of 279.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA62FF is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 98 | 255 | - |
| CMYK | 0.21 | 0.62 | 0 | 0 |
| HSL | 279.75º | 1% | 0.69% | - |
| HSV(B) | 279.75º | 0.62% | 1% | - |
| XYZ | 46.77 | 28.51 | 97.65 | - |
| YUV | 146.99 | 188.96 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 255 | 0.21 | 0.62 | 0 | 0 | 279.75 | 1 | 0.69 |
| Hex | CA | 62 | FF | 15 | 3E | 0 | 0 | 118 | 64 | 45 |
| Octal | 312 | 142 | 377 | 25 | 76 | 0 | 0 | 430 | 144 | 105 |
| Binary | 11001010 | 1100010 | 11111111 | 10101 | 111110 | 0 | 0 | 100011000 | 1100100 | 1000101 |
Color Harmonies of #CA62FF
Complementary color
Monochromatic Colors of #CA62FF
Black with #CA62FF
Text Example
Text Example
White with #CA62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA62FF; }
p { color: rgb(202,98,255); }
H1.HeaderClassName
{
color: #CA62FF;
}
.AnyTagClassName
{
color: #CA62FF;
}
</style>
background-color css
<style>
a { background-color: #CA62FF; }
a { background-color: rgb(202,98,255); }
div.DivClassName
{
background-color: #CA62FF;
}
.BgClassName
{
background-color: #CA62FF;
}
</style>
border-color css
<style>
span { border-color: #CA62FF; }
span { border-color: rgb(202,98,255); }
td.TdClassName
{
border-color: #CA62FF;
}
.TagClassName
{
border-color: #CA62FF;
}
</style>