Shades of Heliotrope #CA53FA
Tints of Heliotrope #CA53FA
RGB
CMYK
RGB Variations
Color information
#CA53FA (or 0xCA53FA) is known color: Heliotrope. HEX triplet: CA, 53 and FA. RGB value is (202,83,250). Sum of RGB (Red+Green+Blue) = 202+83+250=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA53FA is #35AC05. Grayscale: #898989. Windows color (decimal): -3517446 or 16405450. OLE color: 16405450.
HSL color Cylindrical-coordinate representation of color #CA53FA: hue angle of 282.75º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA53FA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 83 | 250 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.02 |
| HSL | 282.75º | 0.94% | 0.65% | - |
| HSV(B) | 282.75º | 0.67% | 0.98% | - |
| XYZ | 44.71 | 25.65 | 93.04 | - |
| YUV | 137.62 | 191.42 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 250 | 0.19 | 0.67 | 0 | 0.02 | 282.75 | 0.94 | 0.65 |
| Hex | CA | 53 | FA | 13 | 43 | 0 | 2 | 11B | 5E | 41 |
| Octal | 312 | 123 | 372 | 23 | 103 | 0 | 2 | 433 | 136 | 101 |
| Binary | 11001010 | 1010011 | 11111010 | 10011 | 1000011 | 0 | 10 | 100011011 | 1011110 | 1000001 |
Color Harmonies of #CA53FA
Complementary color
Monochromatic Colors of #CA53FA
Black with #CA53FA
Text Example
Text Example
White with #CA53FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53FA; }
p { color: rgb(202,83,250); }
H1.HeaderClassName
{
color: #CA53FA;
}
.AnyTagClassName
{
color: #CA53FA;
}
</style>
background-color css
<style>
a { background-color: #CA53FA; }
a { background-color: rgb(202,83,250); }
div.DivClassName
{
background-color: #CA53FA;
}
.BgClassName
{
background-color: #CA53FA;
}
</style>
border-color css
<style>
span { border-color: #CA53FA; }
span { border-color: rgb(202,83,250); }
td.TdClassName
{
border-color: #CA53FA;
}
.TagClassName
{
border-color: #CA53FA;
}
</style>