Shades of Heliotrope #C76EF2
Tints of Heliotrope #C76EF2
RGB
CMYK
RGB Variations
Color information
#C76EF2 (or 0xC76EF2) is known color: Heliotrope. HEX triplet: C7, 6E and F2. RGB value is (199,110,242). Sum of RGB (Red+Green+Blue) = 199+110+242=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #C76EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76EF2 is #38910D. Grayscale: #979797. Windows color (decimal): -3707150 or 15888071. OLE color: 15888071.
HSL color Cylindrical-coordinate representation of color #C76EF2: hue angle of 280.45º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C76EF2 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 110 | 242 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.05 |
| HSL | 280.45º | 0.84% | 0.69% | - |
| HSV(B) | 280.45º | 0.55% | 0.95% | - |
| XYZ | 45.16 | 29.7 | 87.36 | - |
| YUV | 151.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 242 | 0.18 | 0.55 | 0 | 0.05 | 280.45 | 0.84 | 0.69 |
| Hex | C7 | 6E | F2 | 12 | 37 | 0 | 5 | 118 | 54 | 45 |
| Octal | 307 | 156 | 362 | 22 | 67 | 0 | 5 | 430 | 124 | 105 |
| Binary | 11000111 | 1101110 | 11110010 | 10010 | 110111 | 0 | 101 | 100011000 | 1010100 | 1000101 |
Color Harmonies of #C76EF2
Complementary color
Monochromatic Colors of #C76EF2
Black with #C76EF2
Text Example
Text Example
White with #C76EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EF2; }
p { color: rgb(199,110,242); }
H1.HeaderClassName
{
color: #C76EF2;
}
.AnyTagClassName
{
color: #C76EF2;
}
</style>
background-color css
<style>
a { background-color: #C76EF2; }
a { background-color: rgb(199,110,242); }
div.DivClassName
{
background-color: #C76EF2;
}
.BgClassName
{
background-color: #C76EF2;
}
</style>
border-color css
<style>
span { border-color: #C76EF2; }
span { border-color: rgb(199,110,242); }
td.TdClassName
{
border-color: #C76EF2;
}
.TagClassName
{
border-color: #C76EF2;
}
</style>