Shades of Heliotrope #C776EE
Tints of Heliotrope #C776EE
RGB
CMYK
RGB Variations
Color information
#C776EE (or 0xC776EE) is known color: Heliotrope. HEX triplet: C7, 76 and EE. RGB value is (199,118,238). Sum of RGB (Red+Green+Blue) = 199+118+238=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #C776EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C776EE is #388911. Grayscale: #9B9B9B. Windows color (decimal): -3705106 or 15627975. OLE color: 15627975.
HSL color Cylindrical-coordinate representation of color #C776EE: hue angle of 280.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C776EE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 118 | 238 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.07 |
| HSL | 280.5º | 0.78% | 0.7% | - |
| HSV(B) | 280.5º | 0.5% | 0.93% | - |
| XYZ | 45.46 | 31.27 | 84.53 | - |
| YUV | 155.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 238 | 0.16 | 0.50 | 0 | 0.07 | 280.5 | 0.78 | 0.7 |
| Hex | C7 | 76 | EE | 10 | 32 | 0 | 7 | 118 | 4E | 46 |
| Octal | 307 | 166 | 356 | 20 | 62 | 0 | 7 | 430 | 116 | 106 |
| Binary | 11000111 | 1110110 | 11101110 | 10000 | 110010 | 0 | 111 | 100011000 | 1001110 | 1000110 |
Color Harmonies of #C776EE
Complementary color
Monochromatic Colors of #C776EE
Black with #C776EE
Text Example
Text Example
White with #C776EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776EE; }
p { color: rgb(199,118,238); }
H1.HeaderClassName
{
color: #C776EE;
}
.AnyTagClassName
{
color: #C776EE;
}
</style>
background-color css
<style>
a { background-color: #C776EE; }
a { background-color: rgb(199,118,238); }
div.DivClassName
{
background-color: #C776EE;
}
.BgClassName
{
background-color: #C776EE;
}
</style>
border-color css
<style>
span { border-color: #C776EE; }
span { border-color: rgb(199,118,238); }
td.TdClassName
{
border-color: #C776EE;
}
.TagClassName
{
border-color: #C776EE;
}
</style>