Shades of Heliotrope #C074EE
Tints of Heliotrope #C074EE
RGB
CMYK
RGB Variations
Color information
#C074EE (or 0xC074EE) is known color: Heliotrope. HEX triplet: C0, 74 and EE. RGB value is (192,116,238). Sum of RGB (Red+Green+Blue) = 192+116+238=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #C074EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074EE is #3F8B11. Grayscale: #989898. Windows color (decimal): -4164370 or 15627456. OLE color: 15627456.
HSL color Cylindrical-coordinate representation of color #C074EE: hue angle of 277.38º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C074EE is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 116 | 238 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.07 |
| HSL | 277.38º | 0.78% | 0.69% | - |
| HSV(B) | 277.38º | 0.51% | 0.93% | - |
| XYZ | 43.42 | 29.87 | 84.37 | - |
| YUV | 152.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 238 | 0.19 | 0.51 | 0 | 0.07 | 277.38 | 0.78 | 0.69 |
| Hex | C0 | 74 | EE | 13 | 33 | 0 | 7 | 115 | 4E | 45 |
| Octal | 300 | 164 | 356 | 23 | 63 | 0 | 7 | 425 | 116 | 105 |
| Binary | 11000000 | 1110100 | 11101110 | 10011 | 110011 | 0 | 111 | 100010101 | 1001110 | 1000101 |
Color Harmonies of #C074EE
Complementary color
Monochromatic Colors of #C074EE
Black with #C074EE
Text Example
Text Example
White with #C074EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074EE; }
p { color: rgb(192,116,238); }
H1.HeaderClassName
{
color: #C074EE;
}
.AnyTagClassName
{
color: #C074EE;
}
</style>
background-color css
<style>
a { background-color: #C074EE; }
a { background-color: rgb(192,116,238); }
div.DivClassName
{
background-color: #C074EE;
}
.BgClassName
{
background-color: #C074EE;
}
</style>
border-color css
<style>
span { border-color: #C074EE; }
span { border-color: rgb(192,116,238); }
td.TdClassName
{
border-color: #C074EE;
}
.TagClassName
{
border-color: #C074EE;
}
</style>