Shades of Heliotrope #C76CF4
Tints of Heliotrope #C76CF4
RGB
CMYK
RGB Variations
Color information
#C76CF4 (or 0xC76CF4) is known color: Heliotrope. HEX triplet: C7, 6C and F4. RGB value is (199,108,244). Sum of RGB (Red+Green+Blue) = 199+108+244=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #C76CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76CF4 is #38930B. Grayscale: #969696. Windows color (decimal): -3707660 or 16018631. OLE color: 16018631.
HSL color Cylindrical-coordinate representation of color #C76CF4: hue angle of 280.15º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C76CF4 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 108 | 244 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.04 |
| HSL | 280.15º | 0.86% | 0.69% | - |
| HSV(B) | 280.15º | 0.56% | 0.96% | - |
| XYZ | 45.24 | 29.4 | 88.88 | - |
| YUV | 150.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 244 | 0.18 | 0.56 | 0 | 0.04 | 280.15 | 0.86 | 0.69 |
| Hex | C7 | 6C | F4 | 12 | 38 | 0 | 4 | 118 | 56 | 45 |
| Octal | 307 | 154 | 364 | 22 | 70 | 0 | 4 | 430 | 126 | 105 |
| Binary | 11000111 | 1101100 | 11110100 | 10010 | 111000 | 0 | 100 | 100011000 | 1010110 | 1000101 |
Color Harmonies of #C76CF4
Complementary color
Monochromatic Colors of #C76CF4
Black with #C76CF4
Text Example
Text Example
White with #C76CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CF4; }
p { color: rgb(199,108,244); }
H1.HeaderClassName
{
color: #C76CF4;
}
.AnyTagClassName
{
color: #C76CF4;
}
</style>
background-color css
<style>
a { background-color: #C76CF4; }
a { background-color: rgb(199,108,244); }
div.DivClassName
{
background-color: #C76CF4;
}
.BgClassName
{
background-color: #C76CF4;
}
</style>
border-color css
<style>
span { border-color: #C76CF4; }
span { border-color: rgb(199,108,244); }
td.TdClassName
{
border-color: #C76CF4;
}
.TagClassName
{
border-color: #C76CF4;
}
</style>