Shades of Heliotrope #C074F7
Tints of Heliotrope #C074F7
RGB
CMYK
RGB Variations
Color information
#C074F7 (or 0xC074F7) is known color: Heliotrope. HEX triplet: C0, 74 and F7. RGB value is (192,116,247). Sum of RGB (Red+Green+Blue) = 192+116+247=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #C074F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074F7 is #3F8B08. Grayscale: #999999. Windows color (decimal): -4164361 or 16217280. OLE color: 16217280.
HSL color Cylindrical-coordinate representation of color #C074F7: hue angle of 274.81º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C074F7 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 116 | 247 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.03 |
| HSL | 274.81º | 0.89% | 0.71% | - |
| HSV(B) | 274.81º | 0.53% | 0.97% | - |
| XYZ | 44.77 | 30.41 | 91.51 | - |
| YUV | 153.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 247 | 0.22 | 0.53 | 0 | 0.03 | 274.81 | 0.89 | 0.71 |
| Hex | C0 | 74 | F7 | 16 | 35 | 0 | 3 | 113 | 59 | 47 |
| Octal | 300 | 164 | 367 | 26 | 65 | 0 | 3 | 423 | 131 | 107 |
| Binary | 11000000 | 1110100 | 11110111 | 10110 | 110101 | 0 | 11 | 100010011 | 1011001 | 1000111 |
Color Harmonies of #C074F7
Complementary color
Monochromatic Colors of #C074F7
Black with #C074F7
Text Example
Text Example
White with #C074F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074F7; }
p { color: rgb(192,116,247); }
H1.HeaderClassName
{
color: #C074F7;
}
.AnyTagClassName
{
color: #C074F7;
}
</style>
background-color css
<style>
a { background-color: #C074F7; }
a { background-color: rgb(192,116,247); }
div.DivClassName
{
background-color: #C074F7;
}
.BgClassName
{
background-color: #C074F7;
}
</style>
border-color css
<style>
span { border-color: #C074F7; }
span { border-color: rgb(192,116,247); }
td.TdClassName
{
border-color: #C074F7;
}
.TagClassName
{
border-color: #C074F7;
}
</style>