Shades of Heliotrope #C074F0
Tints of Heliotrope #C074F0
RGB
CMYK
RGB Variations
Color information
#C074F0 (or 0xC074F0) is known color: Heliotrope. HEX triplet: C0, 74 and F0. RGB value is (192,116,240). Sum of RGB (Red+Green+Blue) = 192+116+240=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #C074F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074F0 is #3F8B0F. Grayscale: #989898. Windows color (decimal): -4164368 or 15758528. OLE color: 15758528.
HSL color Cylindrical-coordinate representation of color #C074F0: hue angle of 276.77º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C074F0 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 116 | 240 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.06 |
| HSL | 276.77º | 0.81% | 0.7% | - |
| HSV(B) | 276.77º | 0.52% | 0.94% | - |
| XYZ | 43.71 | 29.99 | 85.92 | - |
| YUV | 152.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 240 | 0.20 | 0.52 | 0 | 0.06 | 276.77 | 0.81 | 0.7 |
| Hex | C0 | 74 | F0 | 14 | 34 | 0 | 6 | 115 | 51 | 46 |
| Octal | 300 | 164 | 360 | 24 | 64 | 0 | 6 | 425 | 121 | 106 |
| Binary | 11000000 | 1110100 | 11110000 | 10100 | 110100 | 0 | 110 | 100010101 | 1010001 | 1000110 |
Color Harmonies of #C074F0
Complementary color
Monochromatic Colors of #C074F0
Black with #C074F0
Text Example
Text Example
White with #C074F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074F0; }
p { color: rgb(192,116,240); }
H1.HeaderClassName
{
color: #C074F0;
}
.AnyTagClassName
{
color: #C074F0;
}
</style>
background-color css
<style>
a { background-color: #C074F0; }
a { background-color: rgb(192,116,240); }
div.DivClassName
{
background-color: #C074F0;
}
.BgClassName
{
background-color: #C074F0;
}
</style>
border-color css
<style>
span { border-color: #C074F0; }
span { border-color: rgb(192,116,240); }
td.TdClassName
{
border-color: #C074F0;
}
.TagClassName
{
border-color: #C074F0;
}
</style>