Shades of Heliotrope #C76EFA
Tints of Heliotrope #C76EFA
RGB
CMYK
RGB Variations
Color information
#C76EFA (or 0xC76EFA) is known color: Heliotrope. HEX triplet: C7, 6E and FA. RGB value is (199,110,250). Sum of RGB (Red+Green+Blue) = 199+110+250=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #C76EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76EFA is #389105. Grayscale: #989898. Windows color (decimal): -3707142 or 16412359. OLE color: 16412359.
HSL color Cylindrical-coordinate representation of color #C76EFA: hue angle of 278.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C76EFA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 110 | 250 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.02 |
| HSL | 278.14º | 0.93% | 0.71% | - |
| HSV(B) | 278.14º | 0.56% | 0.98% | - |
| XYZ | 46.38 | 30.2 | 93.83 | - |
| YUV | 152.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 250 | 0.20 | 0.56 | 0 | 0.02 | 278.14 | 0.93 | 0.71 |
| Hex | C7 | 6E | FA | 14 | 38 | 0 | 2 | 116 | 5D | 47 |
| Octal | 307 | 156 | 372 | 24 | 70 | 0 | 2 | 426 | 135 | 107 |
| Binary | 11000111 | 1101110 | 11111010 | 10100 | 111000 | 0 | 10 | 100010110 | 1011101 | 1000111 |
Color Harmonies of #C76EFA
Complementary color
Monochromatic Colors of #C76EFA
Black with #C76EFA
Text Example
Text Example
White with #C76EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EFA; }
p { color: rgb(199,110,250); }
H1.HeaderClassName
{
color: #C76EFA;
}
.AnyTagClassName
{
color: #C76EFA;
}
</style>
background-color css
<style>
a { background-color: #C76EFA; }
a { background-color: rgb(199,110,250); }
div.DivClassName
{
background-color: #C76EFA;
}
.BgClassName
{
background-color: #C76EFA;
}
</style>
border-color css
<style>
span { border-color: #C76EFA; }
span { border-color: rgb(199,110,250); }
td.TdClassName
{
border-color: #C76EFA;
}
.TagClassName
{
border-color: #C76EFA;
}
</style>