Shades of Heliotrope #C76DF0
Tints of Heliotrope #C76DF0
RGB
CMYK
RGB Variations
Color information
#C76DF0 (or 0xC76DF0) is known color: Heliotrope. HEX triplet: C7, 6D and F0. RGB value is (199,109,240). Sum of RGB (Red+Green+Blue) = 199+109+240=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #C76DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76DF0 is #38920F. Grayscale: #969696. Windows color (decimal): -3707408 or 15756743. OLE color: 15756743.
HSL color Cylindrical-coordinate representation of color #C76DF0: hue angle of 281.22º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C76DF0 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 109 | 240 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.06 |
| HSL | 281.22º | 0.81% | 0.68% | - |
| HSV(B) | 281.22º | 0.55% | 0.94% | - |
| XYZ | 44.75 | 29.37 | 85.75 | - |
| YUV | 150.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 240 | 0.17 | 0.55 | 0 | 0.06 | 281.22 | 0.81 | 0.68 |
| Hex | C7 | 6D | F0 | 11 | 37 | 0 | 6 | 119 | 51 | 44 |
| Octal | 307 | 155 | 360 | 21 | 67 | 0 | 6 | 431 | 121 | 104 |
| Binary | 11000111 | 1101101 | 11110000 | 10001 | 110111 | 0 | 110 | 100011001 | 1010001 | 1000100 |
Color Harmonies of #C76DF0
Complementary color
Monochromatic Colors of #C76DF0
Black with #C76DF0
Text Example
Text Example
White with #C76DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DF0; }
p { color: rgb(199,109,240); }
H1.HeaderClassName
{
color: #C76DF0;
}
.AnyTagClassName
{
color: #C76DF0;
}
</style>
background-color css
<style>
a { background-color: #C76DF0; }
a { background-color: rgb(199,109,240); }
div.DivClassName
{
background-color: #C76DF0;
}
.BgClassName
{
background-color: #C76DF0;
}
</style>
border-color css
<style>
span { border-color: #C76DF0; }
span { border-color: rgb(199,109,240); }
td.TdClassName
{
border-color: #C76DF0;
}
.TagClassName
{
border-color: #C76DF0;
}
</style>