Shades of Heliotrope #C074EA
Tints of Heliotrope #C074EA
RGB
CMYK
RGB Variations
Color information
#C074EA (or 0xC074EA) is known color: Heliotrope. HEX triplet: C0, 74 and EA. RGB value is (192,116,234). Sum of RGB (Red+Green+Blue) = 192+116+234=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #C074EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074EA is #3F8B15. Grayscale: #979797. Windows color (decimal): -4164374 or 15365312. OLE color: 15365312.
HSL color Cylindrical-coordinate representation of color #C074EA: hue angle of 278.64º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C074EA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 116 | 234 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.08 |
| HSL | 278.64º | 0.74% | 0.69% | - |
| HSV(B) | 278.64º | 0.5% | 0.92% | - |
| XYZ | 42.83 | 29.64 | 81.3 | - |
| YUV | 152.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 234 | 0.18 | 0.50 | 0 | 0.08 | 278.64 | 0.74 | 0.69 |
| Hex | C0 | 74 | EA | 12 | 32 | 0 | 8 | 117 | 4A | 45 |
| Octal | 300 | 164 | 352 | 22 | 62 | 0 | 10 | 427 | 112 | 105 |
| Binary | 11000000 | 1110100 | 11101010 | 10010 | 110010 | 0 | 1000 | 100010111 | 1001010 | 1000101 |
Color Harmonies of #C074EA
Complementary color
Monochromatic Colors of #C074EA
Black with #C074EA
Text Example
Text Example
White with #C074EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074EA; }
p { color: rgb(192,116,234); }
H1.HeaderClassName
{
color: #C074EA;
}
.AnyTagClassName
{
color: #C074EA;
}
</style>
background-color css
<style>
a { background-color: #C074EA; }
a { background-color: rgb(192,116,234); }
div.DivClassName
{
background-color: #C074EA;
}
.BgClassName
{
background-color: #C074EA;
}
</style>
border-color css
<style>
span { border-color: #C074EA; }
span { border-color: rgb(192,116,234); }
td.TdClassName
{
border-color: #C074EA;
}
.TagClassName
{
border-color: #C074EA;
}
</style>