Shades of Heliotrope #C260F5
Tints of Heliotrope #C260F5
RGB
CMYK
RGB Variations
Color information
#C260F5 (or 0xC260F5) is known color: Heliotrope. HEX triplet: C2, 60 and F5. RGB value is (194,96,245). Sum of RGB (Red+Green+Blue) = 194+96+245=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 245 (96.09% from 255 or 45.79% from 535); Max value from RGB is 245 - color contains mainly: blue. Hex color #C260F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260F5 is #3D9F0A. Grayscale: #8D8D8D. Windows color (decimal): -4038411 or 16081090. OLE color: 16081090.
HSL color Cylindrical-coordinate representation of color #C260F5: hue angle of 279.46º 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 #C260F5 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 96 | 245 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.04 |
| HSL | 279.46º | 0.88% | 0.67% | - |
| HSV(B) | 279.46º | 0.61% | 0.96% | - |
| XYZ | 42.91 | 26.43 | 89.23 | - |
| YUV | 142.29 | 185.97 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 245 | 0.21 | 0.61 | 0 | 0.04 | 279.46 | 0.88 | 0.67 |
| Hex | C2 | 60 | F5 | 15 | 3D | 0 | 4 | 117 | 58 | 43 |
| Octal | 302 | 140 | 365 | 25 | 75 | 0 | 4 | 427 | 130 | 103 |
| Binary | 11000010 | 1100000 | 11110101 | 10101 | 111101 | 0 | 100 | 100010111 | 1011000 | 1000011 |
Color Harmonies of #C260F5
Complementary color
Monochromatic Colors of #C260F5
Black with #C260F5
Text Example
Text Example
White with #C260F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260F5; }
p { color: rgb(194,96,245); }
H1.HeaderClassName
{
color: #C260F5;
}
.AnyTagClassName
{
color: #C260F5;
}
</style>
background-color css
<style>
a { background-color: #C260F5; }
a { background-color: rgb(194,96,245); }
div.DivClassName
{
background-color: #C260F5;
}
.BgClassName
{
background-color: #C260F5;
}
</style>
border-color css
<style>
span { border-color: #C260F5; }
span { border-color: rgb(194,96,245); }
td.TdClassName
{
border-color: #C260F5;
}
.TagClassName
{
border-color: #C260F5;
}
</style>