Shades of Heliotrope #CA60F5
Tints of Heliotrope #CA60F5
RGB
CMYK
RGB Variations
Color information
#CA60F5 (or 0xCA60F5) is known color: Heliotrope. HEX triplet: CA, 60 and F5. RGB value is (202,96,245). Sum of RGB (Red+Green+Blue) = 202+96+245=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA60F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60F5 is #359F0A. Grayscale: #909090. Windows color (decimal): -3514123 or 16081098. OLE color: 16081098.
HSL color Cylindrical-coordinate representation of color #CA60F5: hue angle of 282.68º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA60F5 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 96 | 245 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.04 |
| HSL | 282.68º | 0.88% | 0.67% | - |
| HSV(B) | 282.68º | 0.61% | 0.96% | - |
| XYZ | 45.02 | 27.51 | 89.32 | - |
| YUV | 144.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 245 | 0.18 | 0.61 | 0 | 0.04 | 282.68 | 0.88 | 0.67 |
| Hex | CA | 60 | F5 | 12 | 3D | 0 | 4 | 11B | 58 | 43 |
| Octal | 312 | 140 | 365 | 22 | 75 | 0 | 4 | 433 | 130 | 103 |
| Binary | 11001010 | 1100000 | 11110101 | 10010 | 111101 | 0 | 100 | 100011011 | 1011000 | 1000011 |
Color Harmonies of #CA60F5
Complementary color
Monochromatic Colors of #CA60F5
Black with #CA60F5
Text Example
Text Example
White with #CA60F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60F5; }
p { color: rgb(202,96,245); }
H1.HeaderClassName
{
color: #CA60F5;
}
.AnyTagClassName
{
color: #CA60F5;
}
</style>
background-color css
<style>
a { background-color: #CA60F5; }
a { background-color: rgb(202,96,245); }
div.DivClassName
{
background-color: #CA60F5;
}
.BgClassName
{
background-color: #CA60F5;
}
</style>
border-color css
<style>
span { border-color: #CA60F5; }
span { border-color: rgb(202,96,245); }
td.TdClassName
{
border-color: #CA60F5;
}
.TagClassName
{
border-color: #CA60F5;
}
</style>