Shades of Heliotrope #CA60F0
Tints of Heliotrope #CA60F0
RGB
CMYK
RGB Variations
Color information
#CA60F0 (or 0xCA60F0) is known color: Heliotrope. HEX triplet: CA, 60 and F0. RGB value is (202,96,240). Sum of RGB (Red+Green+Blue) = 202+96+240=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60F0 is #359F0F. Grayscale: #8F8F8F. Windows color (decimal): -3514128 or 15753418. OLE color: 15753418.
HSL color Cylindrical-coordinate representation of color #CA60F0: hue angle of 284.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA60F0 is Cyan = 0.16, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 96 | 240 | - |
| CMYK | 0.16 | 0.6 | 0 | 0.06 |
| HSL | 284.17º | 0.83% | 0.66% | - |
| HSV(B) | 284.17º | 0.6% | 0.94% | - |
| XYZ | 44.27 | 27.21 | 85.36 | - |
| YUV | 144.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 240 | 0.16 | 0.6 | 0 | 0.06 | 284.17 | 0.83 | 0.66 |
| Hex | CA | 60 | F0 | 10 | 3C | 0 | 6 | 11C | 53 | 42 |
| Octal | 312 | 140 | 360 | 20 | 74 | 0 | 6 | 434 | 123 | 102 |
| Binary | 11001010 | 1100000 | 11110000 | 10000 | 111100 | 0 | 110 | 100011100 | 1010011 | 1000010 |
Color Harmonies of #CA60F0
Complementary color
Monochromatic Colors of #CA60F0
Black with #CA60F0
Text Example
Text Example
White with #CA60F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60F0; }
p { color: rgb(202,96,240); }
H1.HeaderClassName
{
color: #CA60F0;
}
.AnyTagClassName
{
color: #CA60F0;
}
</style>
background-color css
<style>
a { background-color: #CA60F0; }
a { background-color: rgb(202,96,240); }
div.DivClassName
{
background-color: #CA60F0;
}
.BgClassName
{
background-color: #CA60F0;
}
</style>
border-color css
<style>
span { border-color: #CA60F0; }
span { border-color: rgb(202,96,240); }
td.TdClassName
{
border-color: #CA60F0;
}
.TagClassName
{
border-color: #CA60F0;
}
</style>