Shades of Heliotrope #C76BFE
Tints of Heliotrope #C76BFE
RGB
CMYK
RGB Variations
Color information
#C76BFE (or 0xC76BFE) is known color: Heliotrope. HEX triplet: C7, 6B and FE. RGB value is (199,107,254). Sum of RGB (Red+Green+Blue) = 199+107+254=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #C76BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76BFE is #389401. Grayscale: #969696. Windows color (decimal): -3707906 or 16673735. OLE color: 16673735.
HSL color Cylindrical-coordinate representation of color #C76BFE: hue angle of 277.55º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C76BFE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 107 | 254 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.00 |
| HSL | 277.55º | 0.99% | 0.71% | - |
| HSV(B) | 277.55º | 0.58% | 1% | - |
| XYZ | 46.7 | 29.81 | 97.06 | - |
| YUV | 151.27 | 185.98 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 254 | 0.22 | 0.58 | 0 | 0.00 | 277.55 | 0.99 | 0.71 |
| Hex | C7 | 6B | FE | 16 | 3A | 0 | 0 | 116 | 63 | 47 |
| Octal | 307 | 153 | 376 | 26 | 72 | 0 | 0 | 426 | 143 | 107 |
| Binary | 11000111 | 1101011 | 11111110 | 10110 | 111010 | 0 | 0 | 100010110 | 1100011 | 1000111 |
Color Harmonies of #C76BFE
Complementary color
Monochromatic Colors of #C76BFE
Black with #C76BFE
Text Example
Text Example
White with #C76BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BFE; }
p { color: rgb(199,107,254); }
H1.HeaderClassName
{
color: #C76BFE;
}
.AnyTagClassName
{
color: #C76BFE;
}
</style>
background-color css
<style>
a { background-color: #C76BFE; }
a { background-color: rgb(199,107,254); }
div.DivClassName
{
background-color: #C76BFE;
}
.BgClassName
{
background-color: #C76BFE;
}
</style>
border-color css
<style>
span { border-color: #C76BFE; }
span { border-color: rgb(199,107,254); }
td.TdClassName
{
border-color: #C76BFE;
}
.TagClassName
{
border-color: #C76BFE;
}
</style>