Shades of Heliotrope #CA58FA
Tints of Heliotrope #CA58FA
RGB
CMYK
RGB Variations
Color information
#CA58FA (or 0xCA58FA) is known color: Heliotrope. HEX triplet: CA, 58 and FA. RGB value is (202,88,250). Sum of RGB (Red+Green+Blue) = 202+88+250=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA58FA is #35A705. Grayscale: #8C8C8C. Windows color (decimal): -3516166 or 16406730. OLE color: 16406730.
HSL color Cylindrical-coordinate representation of color #CA58FA: hue angle of 282.22º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA58FA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 88 | 250 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.02 |
| HSL | 282.22º | 0.94% | 0.66% | - |
| HSV(B) | 282.22º | 0.65% | 0.98% | - |
| XYZ | 45.1 | 26.44 | 93.17 | - |
| YUV | 140.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 250 | 0.19 | 0.65 | 0 | 0.02 | 282.22 | 0.94 | 0.66 |
| Hex | CA | 58 | FA | 13 | 41 | 0 | 2 | 11A | 5E | 42 |
| Octal | 312 | 130 | 372 | 23 | 101 | 0 | 2 | 432 | 136 | 102 |
| Binary | 11001010 | 1011000 | 11111010 | 10011 | 1000001 | 0 | 10 | 100011010 | 1011110 | 1000010 |
Color Harmonies of #CA58FA
Complementary color
Monochromatic Colors of #CA58FA
Black with #CA58FA
Text Example
Text Example
White with #CA58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58FA; }
p { color: rgb(202,88,250); }
H1.HeaderClassName
{
color: #CA58FA;
}
.AnyTagClassName
{
color: #CA58FA;
}
</style>
background-color css
<style>
a { background-color: #CA58FA; }
a { background-color: rgb(202,88,250); }
div.DivClassName
{
background-color: #CA58FA;
}
.BgClassName
{
background-color: #CA58FA;
}
</style>
border-color css
<style>
span { border-color: #CA58FA; }
span { border-color: rgb(202,88,250); }
td.TdClassName
{
border-color: #CA58FA;
}
.TagClassName
{
border-color: #CA58FA;
}
</style>