Shades of Heliotrope #C074F1
Tints of Heliotrope #C074F1
RGB
CMYK
RGB Variations
Color information
#C074F1 (or 0xC074F1) is known color: Heliotrope. HEX triplet: C0, 74 and F1. RGB value is (192,116,241). Sum of RGB (Red+Green+Blue) = 192+116+241=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #C074F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074F1 is #3F8B0E. Grayscale: #989898. Windows color (decimal): -4164367 or 15824064. OLE color: 15824064.
HSL color Cylindrical-coordinate representation of color #C074F1: hue angle of 276.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C074F1 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 116 | 241 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.05 |
| HSL | 276.48º | 0.82% | 0.7% | - |
| HSV(B) | 276.48º | 0.52% | 0.95% | - |
| XYZ | 43.86 | 30.05 | 86.71 | - |
| YUV | 152.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 241 | 0.20 | 0.52 | 0 | 0.05 | 276.48 | 0.82 | 0.7 |
| Hex | C0 | 74 | F1 | 14 | 34 | 0 | 5 | 114 | 52 | 46 |
| Octal | 300 | 164 | 361 | 24 | 64 | 0 | 5 | 424 | 122 | 106 |
| Binary | 11000000 | 1110100 | 11110001 | 10100 | 110100 | 0 | 101 | 100010100 | 1010010 | 1000110 |
Color Harmonies of #C074F1
Complementary color
Monochromatic Colors of #C074F1
Black with #C074F1
Text Example
Text Example
White with #C074F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074F1; }
p { color: rgb(192,116,241); }
H1.HeaderClassName
{
color: #C074F1;
}
.AnyTagClassName
{
color: #C074F1;
}
</style>
background-color css
<style>
a { background-color: #C074F1; }
a { background-color: rgb(192,116,241); }
div.DivClassName
{
background-color: #C074F1;
}
.BgClassName
{
background-color: #C074F1;
}
</style>
border-color css
<style>
span { border-color: #C074F1; }
span { border-color: rgb(192,116,241); }
td.TdClassName
{
border-color: #C074F1;
}
.TagClassName
{
border-color: #C074F1;
}
</style>