Shades of Heliotrope #CA55FF
Tints of Heliotrope #CA55FF
RGB
CMYK
RGB Variations
Color information
#CA55FF (or 0xCA55FF) is known color: Heliotrope. HEX triplet: CA, 55 and FF. RGB value is (202,85,255). Sum of RGB (Red+Green+Blue) = 202+85+255=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA55FF is #35AA00. Grayscale: #8A8A8A. Windows color (decimal): -3516929 or 16733642. OLE color: 16733642.
HSL color Cylindrical-coordinate representation of color #CA55FF: hue angle of 281.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA55FF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 85 | 255 | - |
| CMYK | 0.21 | 0.67 | 0 | 0 |
| HSL | 281.29º | 1% | 0.67% | - |
| HSV(B) | 281.29º | 0.67% | 1% | - |
| XYZ | 45.66 | 26.27 | 97.27 | - |
| YUV | 139.36 | 193.26 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 255 | 0.21 | 0.67 | 0 | 0 | 281.29 | 1 | 0.67 |
| Hex | CA | 55 | FF | 15 | 43 | 0 | 0 | 119 | 64 | 43 |
| Octal | 312 | 125 | 377 | 25 | 103 | 0 | 0 | 431 | 144 | 103 |
| Binary | 11001010 | 1010101 | 11111111 | 10101 | 1000011 | 0 | 0 | 100011001 | 1100100 | 1000011 |
Color Harmonies of #CA55FF
Complementary color
Monochromatic Colors of #CA55FF
Black with #CA55FF
Text Example
Text Example
White with #CA55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55FF; }
p { color: rgb(202,85,255); }
H1.HeaderClassName
{
color: #CA55FF;
}
.AnyTagClassName
{
color: #CA55FF;
}
</style>
background-color css
<style>
a { background-color: #CA55FF; }
a { background-color: rgb(202,85,255); }
div.DivClassName
{
background-color: #CA55FF;
}
.BgClassName
{
background-color: #CA55FF;
}
</style>
border-color css
<style>
span { border-color: #CA55FF; }
span { border-color: rgb(202,85,255); }
td.TdClassName
{
border-color: #CA55FF;
}
.TagClassName
{
border-color: #CA55FF;
}
</style>