Shades of Heliotrope #C76FFA
Tints of Heliotrope #C76FFA
RGB
CMYK
RGB Variations
Color information
#C76FFA (or 0xC76FFA) is known color: Heliotrope. HEX triplet: C7, 6F and FA. RGB value is (199,111,250). Sum of RGB (Red+Green+Blue) = 199+111+250=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #C76FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76FFA is #389005. Grayscale: #989898. Windows color (decimal): -3706886 or 16412615. OLE color: 16412615.
HSL color Cylindrical-coordinate representation of color #C76FFA: hue angle of 277.99º 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 #C76FFA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 111 | 250 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.02 |
| HSL | 277.99º | 0.93% | 0.71% | - |
| HSV(B) | 277.99º | 0.56% | 0.98% | - |
| XYZ | 46.49 | 30.41 | 93.86 | - |
| YUV | 153.16 | 182.65 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 250 | 0.20 | 0.56 | 0 | 0.02 | 277.99 | 0.93 | 0.71 |
| Hex | C7 | 6F | FA | 14 | 38 | 0 | 2 | 116 | 5D | 47 |
| Octal | 307 | 157 | 372 | 24 | 70 | 0 | 2 | 426 | 135 | 107 |
| Binary | 11000111 | 1101111 | 11111010 | 10100 | 111000 | 0 | 10 | 100010110 | 1011101 | 1000111 |
Color Harmonies of #C76FFA
Complementary color
Monochromatic Colors of #C76FFA
Black with #C76FFA
Text Example
Text Example
White with #C76FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FFA; }
p { color: rgb(199,111,250); }
H1.HeaderClassName
{
color: #C76FFA;
}
.AnyTagClassName
{
color: #C76FFA;
}
</style>
background-color css
<style>
a { background-color: #C76FFA; }
a { background-color: rgb(199,111,250); }
div.DivClassName
{
background-color: #C76FFA;
}
.BgClassName
{
background-color: #C76FFA;
}
</style>
border-color css
<style>
span { border-color: #C76FFA; }
span { border-color: rgb(199,111,250); }
td.TdClassName
{
border-color: #C76FFA;
}
.TagClassName
{
border-color: #C76FFA;
}
</style>