Shades of Heliotrope #C76DF2
Tints of Heliotrope #C76DF2
RGB
CMYK
RGB Variations
Color information
#C76DF2 (or 0xC76DF2) is known color: Heliotrope. HEX triplet: C7, 6D and F2. RGB value is (199,109,242). Sum of RGB (Red+Green+Blue) = 199+109+242=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #C76DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76DF2 is #38920D. Grayscale: #969696. Windows color (decimal): -3707406 or 15887815. OLE color: 15887815.
HSL color Cylindrical-coordinate representation of color #C76DF2: hue angle of 280.6º 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 #C76DF2 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 109 | 242 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.05 |
| HSL | 280.6º | 0.84% | 0.69% | - |
| HSV(B) | 280.6º | 0.55% | 0.95% | - |
| XYZ | 45.05 | 29.49 | 87.32 | - |
| YUV | 151.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 242 | 0.18 | 0.55 | 0 | 0.05 | 280.6 | 0.84 | 0.69 |
| Hex | C7 | 6D | F2 | 12 | 37 | 0 | 5 | 119 | 54 | 45 |
| Octal | 307 | 155 | 362 | 22 | 67 | 0 | 5 | 431 | 124 | 105 |
| Binary | 11000111 | 1101101 | 11110010 | 10010 | 110111 | 0 | 101 | 100011001 | 1010100 | 1000101 |
Color Harmonies of #C76DF2
Complementary color
Monochromatic Colors of #C76DF2
Black with #C76DF2
Text Example
Text Example
White with #C76DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DF2; }
p { color: rgb(199,109,242); }
H1.HeaderClassName
{
color: #C76DF2;
}
.AnyTagClassName
{
color: #C76DF2;
}
</style>
background-color css
<style>
a { background-color: #C76DF2; }
a { background-color: rgb(199,109,242); }
div.DivClassName
{
background-color: #C76DF2;
}
.BgClassName
{
background-color: #C76DF2;
}
</style>
border-color css
<style>
span { border-color: #C76DF2; }
span { border-color: rgb(199,109,242); }
td.TdClassName
{
border-color: #C76DF2;
}
.TagClassName
{
border-color: #C76DF2;
}
</style>