Shades of Heliotrope #C76CFA
Tints of Heliotrope #C76CFA
RGB
CMYK
RGB Variations
Color information
#C76CFA (or 0xC76CFA) is known color: Heliotrope. HEX triplet: C7, 6C and FA. RGB value is (199,108,250). Sum of RGB (Red+Green+Blue) = 199+108+250=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #C76CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76CFA is #389305. Grayscale: #969696. Windows color (decimal): -3707654 or 16411847. OLE color: 16411847.
HSL color Cylindrical-coordinate representation of color #C76CFA: hue angle of 278.45º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C76CFA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 108 | 250 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.02 |
| HSL | 278.45º | 0.93% | 0.7% | - |
| HSV(B) | 278.45º | 0.57% | 0.98% | - |
| XYZ | 46.17 | 29.77 | 93.76 | - |
| YUV | 151.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 250 | 0.20 | 0.57 | 0 | 0.02 | 278.45 | 0.93 | 0.7 |
| Hex | C7 | 6C | FA | 14 | 39 | 0 | 2 | 116 | 5D | 46 |
| Octal | 307 | 154 | 372 | 24 | 71 | 0 | 2 | 426 | 135 | 106 |
| Binary | 11000111 | 1101100 | 11111010 | 10100 | 111001 | 0 | 10 | 100010110 | 1011101 | 1000110 |
Color Harmonies of #C76CFA
Complementary color
Monochromatic Colors of #C76CFA
Black with #C76CFA
Text Example
Text Example
White with #C76CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CFA; }
p { color: rgb(199,108,250); }
H1.HeaderClassName
{
color: #C76CFA;
}
.AnyTagClassName
{
color: #C76CFA;
}
</style>
background-color css
<style>
a { background-color: #C76CFA; }
a { background-color: rgb(199,108,250); }
div.DivClassName
{
background-color: #C76CFA;
}
.BgClassName
{
background-color: #C76CFA;
}
</style>
border-color css
<style>
span { border-color: #C76CFA; }
span { border-color: rgb(199,108,250); }
td.TdClassName
{
border-color: #C76CFA;
}
.TagClassName
{
border-color: #C76CFA;
}
</style>