Shades of Heliotrope #C074E8
Tints of Heliotrope #C074E8
RGB
CMYK
RGB Variations
Color information
#C074E8 (or 0xC074E8) is known color: Heliotrope. HEX triplet: C0, 74 and E8. RGB value is (192,116,232). Sum of RGB (Red+Green+Blue) = 192+116+232=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #C074E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074E8 is #3F8B17. Grayscale: #979797. Windows color (decimal): -4164376 or 15234240. OLE color: 15234240.
HSL color Cylindrical-coordinate representation of color #C074E8: hue angle of 279.31º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C074E8 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 116 | 232 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.09 |
| HSL | 279.31º | 0.72% | 0.68% | - |
| HSV(B) | 279.31º | 0.5% | 0.91% | - |
| XYZ | 42.55 | 29.52 | 79.8 | - |
| YUV | 151.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 232 | 0.17 | 0.50 | 0 | 0.09 | 279.31 | 0.72 | 0.68 |
| Hex | C0 | 74 | E8 | 11 | 32 | 0 | 9 | 117 | 48 | 44 |
| Octal | 300 | 164 | 350 | 21 | 62 | 0 | 11 | 427 | 110 | 104 |
| Binary | 11000000 | 1110100 | 11101000 | 10001 | 110010 | 0 | 1001 | 100010111 | 1001000 | 1000100 |
Color Harmonies of #C074E8
Complementary color
Monochromatic Colors of #C074E8
Black with #C074E8
Text Example
Text Example
White with #C074E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074E8; }
p { color: rgb(192,116,232); }
H1.HeaderClassName
{
color: #C074E8;
}
.AnyTagClassName
{
color: #C074E8;
}
</style>
background-color css
<style>
a { background-color: #C074E8; }
a { background-color: rgb(192,116,232); }
div.DivClassName
{
background-color: #C074E8;
}
.BgClassName
{
background-color: #C074E8;
}
</style>
border-color css
<style>
span { border-color: #C074E8; }
span { border-color: rgb(192,116,232); }
td.TdClassName
{
border-color: #C074E8;
}
.TagClassName
{
border-color: #C074E8;
}
</style>