Shades of Heliotrope #CA53FE
Tints of Heliotrope #CA53FE
RGB
CMYK
RGB Variations
Color information
#CA53FE (or 0xCA53FE) is known color: Heliotrope. HEX triplet: CA, 53 and FE. RGB value is (202,83,254). Sum of RGB (Red+Green+Blue) = 202+83+254=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA53FE is #35AC01. Grayscale: #898989. Windows color (decimal): -3517442 or 16667594. OLE color: 16667594.
HSL color Cylindrical-coordinate representation of color #CA53FE: hue angle of 281.75º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA53FE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 83 | 254 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.00 |
| HSL | 281.75º | 0.99% | 0.66% | - |
| HSV(B) | 281.75º | 0.67% | 1% | - |
| XYZ | 45.34 | 25.9 | 96.38 | - |
| YUV | 138.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 254 | 0.20 | 0.67 | 0 | 0.00 | 281.75 | 0.99 | 0.66 |
| Hex | CA | 53 | FE | 14 | 43 | 0 | 0 | 11A | 63 | 42 |
| Octal | 312 | 123 | 376 | 24 | 103 | 0 | 0 | 432 | 143 | 102 |
| Binary | 11001010 | 1010011 | 11111110 | 10100 | 1000011 | 0 | 0 | 100011010 | 1100011 | 1000010 |
Color Harmonies of #CA53FE
Complementary color
Monochromatic Colors of #CA53FE
Black with #CA53FE
Text Example
Text Example
White with #CA53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53FE; }
p { color: rgb(202,83,254); }
H1.HeaderClassName
{
color: #CA53FE;
}
.AnyTagClassName
{
color: #CA53FE;
}
</style>
background-color css
<style>
a { background-color: #CA53FE; }
a { background-color: rgb(202,83,254); }
div.DivClassName
{
background-color: #CA53FE;
}
.BgClassName
{
background-color: #CA53FE;
}
</style>
border-color css
<style>
span { border-color: #CA53FE; }
span { border-color: rgb(202,83,254); }
td.TdClassName
{
border-color: #CA53FE;
}
.TagClassName
{
border-color: #CA53FE;
}
</style>