Shades of Heliotrope #C76AFE
Tints of Heliotrope #C76AFE
RGB
CMYK
RGB Variations
Color information
#C76AFE (or 0xC76AFE) is known color: Heliotrope. HEX triplet: C7, 6A and FE. RGB value is (199,106,254). Sum of RGB (Red+Green+Blue) = 199+106+254=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #C76AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AFE is #389501. Grayscale: #969696. Windows color (decimal): -3708162 or 16673479. OLE color: 16673479.
HSL color Cylindrical-coordinate representation of color #C76AFE: hue angle of 277.7º 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 #C76AFE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 106 | 254 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.00 |
| HSL | 277.7º | 0.99% | 0.71% | - |
| HSV(B) | 277.7º | 0.58% | 1% | - |
| XYZ | 46.6 | 29.61 | 97.02 | - |
| YUV | 150.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 254 | 0.22 | 0.58 | 0 | 0.00 | 277.7 | 0.99 | 0.71 |
| Hex | C7 | 6A | FE | 16 | 3A | 0 | 0 | 116 | 63 | 47 |
| Octal | 307 | 152 | 376 | 26 | 72 | 0 | 0 | 426 | 143 | 107 |
| Binary | 11000111 | 1101010 | 11111110 | 10110 | 111010 | 0 | 0 | 100010110 | 1100011 | 1000111 |
Color Harmonies of #C76AFE
Complementary color
Monochromatic Colors of #C76AFE
Black with #C76AFE
Text Example
Text Example
White with #C76AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76AFE; }
p { color: rgb(199,106,254); }
H1.HeaderClassName
{
color: #C76AFE;
}
.AnyTagClassName
{
color: #C76AFE;
}
</style>
background-color css
<style>
a { background-color: #C76AFE; }
a { background-color: rgb(199,106,254); }
div.DivClassName
{
background-color: #C76AFE;
}
.BgClassName
{
background-color: #C76AFE;
}
</style>
border-color css
<style>
span { border-color: #C76AFE; }
span { border-color: rgb(199,106,254); }
td.TdClassName
{
border-color: #C76AFE;
}
.TagClassName
{
border-color: #C76AFE;
}
</style>