Shades of Heliotrope #C76AF4
Tints of Heliotrope #C76AF4
RGB
CMYK
RGB Variations
Color information
#C76AF4 (or 0xC76AF4) is known color: Heliotrope. HEX triplet: C7, 6A and F4. RGB value is (199,106,244). Sum of RGB (Red+Green+Blue) = 199+106+244=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #C76AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AF4 is #38950B. Grayscale: #959595. Windows color (decimal): -3708172 or 16018119. OLE color: 16018119.
HSL color Cylindrical-coordinate representation of color #C76AF4: hue angle of 280.43º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C76AF4 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 106 | 244 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.04 |
| HSL | 280.43º | 0.86% | 0.69% | - |
| HSV(B) | 280.43º | 0.57% | 0.96% | - |
| XYZ | 45.04 | 28.98 | 88.81 | - |
| YUV | 149.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 244 | 0.18 | 0.57 | 0 | 0.04 | 280.43 | 0.86 | 0.69 |
| Hex | C7 | 6A | F4 | 12 | 39 | 0 | 4 | 118 | 56 | 45 |
| Octal | 307 | 152 | 364 | 22 | 71 | 0 | 4 | 430 | 126 | 105 |
| Binary | 11000111 | 1101010 | 11110100 | 10010 | 111001 | 0 | 100 | 100011000 | 1010110 | 1000101 |
Color Harmonies of #C76AF4
Complementary color
Monochromatic Colors of #C76AF4
Black with #C76AF4
Text Example
Text Example
White with #C76AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76AF4; }
p { color: rgb(199,106,244); }
H1.HeaderClassName
{
color: #C76AF4;
}
.AnyTagClassName
{
color: #C76AF4;
}
</style>
background-color css
<style>
a { background-color: #C76AF4; }
a { background-color: rgb(199,106,244); }
div.DivClassName
{
background-color: #C76AF4;
}
.BgClassName
{
background-color: #C76AF4;
}
</style>
border-color css
<style>
span { border-color: #C76AF4; }
span { border-color: rgb(199,106,244); }
td.TdClassName
{
border-color: #C76AF4;
}
.TagClassName
{
border-color: #C76AF4;
}
</style>