Shades of Heliotrope #CA54FA
Tints of Heliotrope #CA54FA
RGB
CMYK
RGB Variations
Color information
#CA54FA (or 0xCA54FA) is known color: Heliotrope. HEX triplet: CA, 54 and FA. RGB value is (202,84,250). Sum of RGB (Red+Green+Blue) = 202+84+250=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA54FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54FA is #35AB05. Grayscale: #898989. Windows color (decimal): -3517190 or 16405706. OLE color: 16405706.
HSL color Cylindrical-coordinate representation of color #CA54FA: hue angle of 282.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA54FA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 84 | 250 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.02 |
| HSL | 282.65º | 0.94% | 0.65% | - |
| HSV(B) | 282.65º | 0.66% | 0.98% | - |
| XYZ | 44.78 | 25.8 | 93.06 | - |
| YUV | 138.21 | 191.09 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 250 | 0.19 | 0.66 | 0 | 0.02 | 282.65 | 0.94 | 0.65 |
| Hex | CA | 54 | FA | 13 | 42 | 0 | 2 | 11B | 5E | 41 |
| Octal | 312 | 124 | 372 | 23 | 102 | 0 | 2 | 433 | 136 | 101 |
| Binary | 11001010 | 1010100 | 11111010 | 10011 | 1000010 | 0 | 10 | 100011011 | 1011110 | 1000001 |
Color Harmonies of #CA54FA
Complementary color
Monochromatic Colors of #CA54FA
Black with #CA54FA
Text Example
Text Example
White with #CA54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54FA; }
p { color: rgb(202,84,250); }
H1.HeaderClassName
{
color: #CA54FA;
}
.AnyTagClassName
{
color: #CA54FA;
}
</style>
background-color css
<style>
a { background-color: #CA54FA; }
a { background-color: rgb(202,84,250); }
div.DivClassName
{
background-color: #CA54FA;
}
.BgClassName
{
background-color: #CA54FA;
}
</style>
border-color css
<style>
span { border-color: #CA54FA; }
span { border-color: rgb(202,84,250); }
td.TdClassName
{
border-color: #CA54FA;
}
.TagClassName
{
border-color: #CA54FA;
}
</style>