Shades of Heliotrope #C776FF
Tints of Heliotrope #C776FF
RGB
CMYK
RGB Variations
Color information
#C776FF (or 0xC776FF) is known color: Heliotrope. HEX triplet: C7, 76 and FF. RGB value is (199,118,255). Sum of RGB (Red+Green+Blue) = 199+118+255=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #C776FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C776FF is #388900. Grayscale: #9D9D9D. Windows color (decimal): -3705089 or 16742087. OLE color: 16742087.
HSL color Cylindrical-coordinate representation of color #C776FF: hue angle of 275.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C776FF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 118 | 255 | - |
| CMYK | 0.22 | 0.54 | 0 | 0 |
| HSL | 275.47º | 1% | 0.73% | - |
| HSV(B) | 275.47º | 0.54% | 1% | - |
| XYZ | 48.08 | 32.32 | 98.31 | - |
| YUV | 157.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 255 | 0.22 | 0.54 | 0 | 0 | 275.47 | 1 | 0.73 |
| Hex | C7 | 76 | FF | 16 | 36 | 0 | 0 | 113 | 64 | 49 |
| Octal | 307 | 166 | 377 | 26 | 66 | 0 | 0 | 423 | 144 | 111 |
| Binary | 11000111 | 1110110 | 11111111 | 10110 | 110110 | 0 | 0 | 100010011 | 1100100 | 1001001 |
Color Harmonies of #C776FF
Complementary color
Monochromatic Colors of #C776FF
Black with #C776FF
Text Example
Text Example
White with #C776FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776FF; }
p { color: rgb(199,118,255); }
H1.HeaderClassName
{
color: #C776FF;
}
.AnyTagClassName
{
color: #C776FF;
}
</style>
background-color css
<style>
a { background-color: #C776FF; }
a { background-color: rgb(199,118,255); }
div.DivClassName
{
background-color: #C776FF;
}
.BgClassName
{
background-color: #C776FF;
}
</style>
border-color css
<style>
span { border-color: #C776FF; }
span { border-color: rgb(199,118,255); }
td.TdClassName
{
border-color: #C776FF;
}
.TagClassName
{
border-color: #C776FF;
}
</style>