Shades of Heliotrope #CA58FF
Tints of Heliotrope #CA58FF
RGB
CMYK
RGB Variations
Color information
#CA58FF (or 0xCA58FF) is known color: Heliotrope. HEX triplet: CA, 58 and FF. RGB value is (202,88,255). Sum of RGB (Red+Green+Blue) = 202+88+255=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA58FF is #35A700. Grayscale: #8C8C8C. Windows color (decimal): -3516161 or 16734410. OLE color: 16734410.
HSL color Cylindrical-coordinate representation of color #CA58FF: hue angle of 280.96º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA58FF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 88 | 255 | - |
| CMYK | 0.21 | 0.65 | 0 | 0 |
| HSL | 280.96º | 1% | 0.67% | - |
| HSV(B) | 280.96º | 0.65% | 1% | - |
| XYZ | 45.9 | 26.76 | 97.35 | - |
| YUV | 141.12 | 192.27 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 255 | 0.21 | 0.65 | 0 | 0 | 280.96 | 1 | 0.67 |
| Hex | CA | 58 | FF | 15 | 41 | 0 | 0 | 119 | 64 | 43 |
| Octal | 312 | 130 | 377 | 25 | 101 | 0 | 0 | 431 | 144 | 103 |
| Binary | 11001010 | 1011000 | 11111111 | 10101 | 1000001 | 0 | 0 | 100011001 | 1100100 | 1000011 |
Color Harmonies of #CA58FF
Complementary color
Monochromatic Colors of #CA58FF
Black with #CA58FF
Text Example
Text Example
White with #CA58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58FF; }
p { color: rgb(202,88,255); }
H1.HeaderClassName
{
color: #CA58FF;
}
.AnyTagClassName
{
color: #CA58FF;
}
</style>
background-color css
<style>
a { background-color: #CA58FF; }
a { background-color: rgb(202,88,255); }
div.DivClassName
{
background-color: #CA58FF;
}
.BgClassName
{
background-color: #CA58FF;
}
</style>
border-color css
<style>
span { border-color: #CA58FF; }
span { border-color: rgb(202,88,255); }
td.TdClassName
{
border-color: #CA58FF;
}
.TagClassName
{
border-color: #CA58FF;
}
</style>