Shades of Heliotrope #C76CFF
Tints of Heliotrope #C76CFF
RGB
CMYK
RGB Variations
Color information
#C76CFF (or 0xC76CFF) is known color: Heliotrope. HEX triplet: C7, 6C and FF. RGB value is (199,108,255). Sum of RGB (Red+Green+Blue) = 199+108+255=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #C76CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76CFF is #389300. Grayscale: #979797. Windows color (decimal): -3707649 or 16739527. OLE color: 16739527.
HSL color Cylindrical-coordinate representation of color #C76CFF: hue angle of 277.14º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C76CFF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 108 | 255 | - |
| CMYK | 0.22 | 0.58 | 0 | 0 |
| HSL | 277.14º | 1% | 0.71% | - |
| HSV(B) | 277.14º | 0.58% | 1% | - |
| XYZ | 46.97 | 30.09 | 97.94 | - |
| YUV | 151.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 255 | 0.22 | 0.58 | 0 | 0 | 277.14 | 1 | 0.71 |
| Hex | C7 | 6C | FF | 16 | 3A | 0 | 0 | 115 | 64 | 47 |
| Octal | 307 | 154 | 377 | 26 | 72 | 0 | 0 | 425 | 144 | 107 |
| Binary | 11000111 | 1101100 | 11111111 | 10110 | 111010 | 0 | 0 | 100010101 | 1100100 | 1000111 |
Color Harmonies of #C76CFF
Complementary color
Monochromatic Colors of #C76CFF
Black with #C76CFF
Text Example
Text Example
White with #C76CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CFF; }
p { color: rgb(199,108,255); }
H1.HeaderClassName
{
color: #C76CFF;
}
.AnyTagClassName
{
color: #C76CFF;
}
</style>
background-color css
<style>
a { background-color: #C76CFF; }
a { background-color: rgb(199,108,255); }
div.DivClassName
{
background-color: #C76CFF;
}
.BgClassName
{
background-color: #C76CFF;
}
</style>
border-color css
<style>
span { border-color: #C76CFF; }
span { border-color: rgb(199,108,255); }
td.TdClassName
{
border-color: #C76CFF;
}
.TagClassName
{
border-color: #C76CFF;
}
</style>