Shades of Heliotrope #CA60F9
Tints of Heliotrope #CA60F9
RGB
CMYK
RGB Variations
Color information
#CA60F9 (or 0xCA60F9) is known color: Heliotrope. HEX triplet: CA, 60 and F9. RGB value is (202,96,249). Sum of RGB (Red+Green+Blue) = 202+96+249=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60F9 is #359F06. Grayscale: #909090. Windows color (decimal): -3514119 or 16343242. OLE color: 16343242.
HSL color Cylindrical-coordinate representation of color #CA60F9: hue angle of 281.57º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA60F9 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 96 | 249 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.02 |
| HSL | 281.57º | 0.93% | 0.68% | - |
| HSV(B) | 281.57º | 0.61% | 0.98% | - |
| XYZ | 45.64 | 27.76 | 92.58 | - |
| YUV | 145.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 249 | 0.19 | 0.61 | 0 | 0.02 | 281.57 | 0.93 | 0.68 |
| Hex | CA | 60 | F9 | 13 | 3D | 0 | 2 | 11A | 5D | 44 |
| Octal | 312 | 140 | 371 | 23 | 75 | 0 | 2 | 432 | 135 | 104 |
| Binary | 11001010 | 1100000 | 11111001 | 10011 | 111101 | 0 | 10 | 100011010 | 1011101 | 1000100 |
Color Harmonies of #CA60F9
Complementary color
Monochromatic Colors of #CA60F9
Black with #CA60F9
Text Example
Text Example
White with #CA60F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60F9; }
p { color: rgb(202,96,249); }
H1.HeaderClassName
{
color: #CA60F9;
}
.AnyTagClassName
{
color: #CA60F9;
}
</style>
background-color css
<style>
a { background-color: #CA60F9; }
a { background-color: rgb(202,96,249); }
div.DivClassName
{
background-color: #CA60F9;
}
.BgClassName
{
background-color: #CA60F9;
}
</style>
border-color css
<style>
span { border-color: #CA60F9; }
span { border-color: rgb(202,96,249); }
td.TdClassName
{
border-color: #CA60F9;
}
.TagClassName
{
border-color: #CA60F9;
}
</style>