Shades of Heliotrope #CA50FA
Tints of Heliotrope #CA50FA
RGB
CMYK
RGB Variations
Color information
#CA50FA (or 0xCA50FA) is known color: Heliotrope. HEX triplet: CA, 50 and FA. RGB value is (202,80,250). Sum of RGB (Red+Green+Blue) = 202+80+250=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA50FA is #35AF05. Grayscale: #878787. Windows color (decimal): -3518214 or 16404682. OLE color: 16404682.
HSL color Cylindrical-coordinate representation of color #CA50FA: hue angle of 283.06º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA50FA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 80 | 250 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.02 |
| HSL | 283.06º | 0.94% | 0.65% | - |
| HSV(B) | 283.06º | 0.68% | 0.98% | - |
| XYZ | 44.48 | 25.2 | 92.96 | - |
| YUV | 135.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 250 | 0.19 | 0.68 | 0 | 0.02 | 283.06 | 0.94 | 0.65 |
| Hex | CA | 50 | FA | 13 | 44 | 0 | 2 | 11B | 5E | 41 |
| Octal | 312 | 120 | 372 | 23 | 104 | 0 | 2 | 433 | 136 | 101 |
| Binary | 11001010 | 1010000 | 11111010 | 10011 | 1000100 | 0 | 10 | 100011011 | 1011110 | 1000001 |
Color Harmonies of #CA50FA
Complementary color
Monochromatic Colors of #CA50FA
Black with #CA50FA
Text Example
Text Example
White with #CA50FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50FA; }
p { color: rgb(202,80,250); }
H1.HeaderClassName
{
color: #CA50FA;
}
.AnyTagClassName
{
color: #CA50FA;
}
</style>
background-color css
<style>
a { background-color: #CA50FA; }
a { background-color: rgb(202,80,250); }
div.DivClassName
{
background-color: #CA50FA;
}
.BgClassName
{
background-color: #CA50FA;
}
</style>
border-color css
<style>
span { border-color: #CA50FA; }
span { border-color: rgb(202,80,250); }
td.TdClassName
{
border-color: #CA50FA;
}
.TagClassName
{
border-color: #CA50FA;
}
</style>