Shades of Heliotrope #C776F7
Tints of Heliotrope #C776F7
RGB
CMYK
RGB Variations
Color information
#C776F7 (or 0xC776F7) is known color: Heliotrope. HEX triplet: C7, 76 and F7. RGB value is (199,118,247). Sum of RGB (Red+Green+Blue) = 199+118+247=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #C776F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C776F7 is #388908. Grayscale: #9C9C9C. Windows color (decimal): -3705097 or 16217799. OLE color: 16217799.
HSL color Cylindrical-coordinate representation of color #C776F7: hue angle of 277.67º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C776F7 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 118 | 247 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.03 |
| HSL | 277.67º | 0.89% | 0.72% | - |
| HSV(B) | 277.67º | 0.52% | 0.97% | - |
| XYZ | 46.82 | 31.81 | 91.67 | - |
| YUV | 156.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 247 | 0.19 | 0.52 | 0 | 0.03 | 277.67 | 0.89 | 0.72 |
| Hex | C7 | 76 | F7 | 13 | 34 | 0 | 3 | 116 | 59 | 48 |
| Octal | 307 | 166 | 367 | 23 | 64 | 0 | 3 | 426 | 131 | 110 |
| Binary | 11000111 | 1110110 | 11110111 | 10011 | 110100 | 0 | 11 | 100010110 | 1011001 | 1001000 |
Color Harmonies of #C776F7
Complementary color
Monochromatic Colors of #C776F7
Black with #C776F7
Text Example
Text Example
White with #C776F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776F7; }
p { color: rgb(199,118,247); }
H1.HeaderClassName
{
color: #C776F7;
}
.AnyTagClassName
{
color: #C776F7;
}
</style>
background-color css
<style>
a { background-color: #C776F7; }
a { background-color: rgb(199,118,247); }
div.DivClassName
{
background-color: #C776F7;
}
.BgClassName
{
background-color: #C776F7;
}
</style>
border-color css
<style>
span { border-color: #C776F7; }
span { border-color: rgb(199,118,247); }
td.TdClassName
{
border-color: #C776F7;
}
.TagClassName
{
border-color: #C776F7;
}
</style>