Shades of Heliotrope #CA57FA
Tints of Heliotrope #CA57FA
RGB
CMYK
RGB Variations
Color information
#CA57FA (or 0xCA57FA) is known color: Heliotrope. HEX triplet: CA, 57 and FA. RGB value is (202,87,250). Sum of RGB (Red+Green+Blue) = 202+87+250=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 87 (34.38% from 255 or 16.14% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA57FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA57FA is #35A805. Grayscale: #8B8B8B. Windows color (decimal): -3516422 or 16406474. OLE color: 16406474.
HSL color Cylindrical-coordinate representation of color #CA57FA: hue angle of 282.33º 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 #CA57FA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 87 | 250 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.02 |
| HSL | 282.33º | 0.94% | 0.66% | - |
| HSV(B) | 282.33º | 0.65% | 0.98% | - |
| XYZ | 45.02 | 26.28 | 93.14 | - |
| YUV | 139.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 250 | 0.19 | 0.65 | 0 | 0.02 | 282.33 | 0.94 | 0.66 |
| Hex | CA | 57 | FA | 13 | 41 | 0 | 2 | 11A | 5E | 42 |
| Octal | 312 | 127 | 372 | 23 | 101 | 0 | 2 | 432 | 136 | 102 |
| Binary | 11001010 | 1010111 | 11111010 | 10011 | 1000001 | 0 | 10 | 100011010 | 1011110 | 1000010 |
Color Harmonies of #CA57FA
Complementary color
Monochromatic Colors of #CA57FA
Black with #CA57FA
Text Example
Text Example
White with #CA57FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57FA; }
p { color: rgb(202,87,250); }
H1.HeaderClassName
{
color: #CA57FA;
}
.AnyTagClassName
{
color: #CA57FA;
}
</style>
background-color css
<style>
a { background-color: #CA57FA; }
a { background-color: rgb(202,87,250); }
div.DivClassName
{
background-color: #CA57FA;
}
.BgClassName
{
background-color: #CA57FA;
}
</style>
border-color css
<style>
span { border-color: #CA57FA; }
span { border-color: rgb(202,87,250); }
td.TdClassName
{
border-color: #CA57FA;
}
.TagClassName
{
border-color: #CA57FA;
}
</style>