Shades of Heliotrope #C074EF
Tints of Heliotrope #C074EF
RGB
CMYK
RGB Variations
Color information
#C074EF (or 0xC074EF) is known color: Heliotrope. HEX triplet: C0, 74 and EF. RGB value is (192,116,239). Sum of RGB (Red+Green+Blue) = 192+116+239=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #C074EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074EF is #3F8B10. Grayscale: #989898. Windows color (decimal): -4164369 or 15692992. OLE color: 15692992.
HSL color Cylindrical-coordinate representation of color #C074EF: hue angle of 277.07º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C074EF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 116 | 239 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.06 |
| HSL | 277.07º | 0.79% | 0.7% | - |
| HSV(B) | 277.07º | 0.51% | 0.94% | - |
| XYZ | 43.56 | 29.93 | 85.14 | - |
| YUV | 152.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 239 | 0.20 | 0.51 | 0 | 0.06 | 277.07 | 0.79 | 0.7 |
| Hex | C0 | 74 | EF | 14 | 33 | 0 | 6 | 115 | 4F | 46 |
| Octal | 300 | 164 | 357 | 24 | 63 | 0 | 6 | 425 | 117 | 106 |
| Binary | 11000000 | 1110100 | 11101111 | 10100 | 110011 | 0 | 110 | 100010101 | 1001111 | 1000110 |
Color Harmonies of #C074EF
Complementary color
Monochromatic Colors of #C074EF
Black with #C074EF
Text Example
Text Example
White with #C074EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074EF; }
p { color: rgb(192,116,239); }
H1.HeaderClassName
{
color: #C074EF;
}
.AnyTagClassName
{
color: #C074EF;
}
</style>
background-color css
<style>
a { background-color: #C074EF; }
a { background-color: rgb(192,116,239); }
div.DivClassName
{
background-color: #C074EF;
}
.BgClassName
{
background-color: #C074EF;
}
</style>
border-color css
<style>
span { border-color: #C074EF; }
span { border-color: rgb(192,116,239); }
td.TdClassName
{
border-color: #C074EF;
}
.TagClassName
{
border-color: #C074EF;
}
</style>