Shades of Heliotrope #C76CF0
Tints of Heliotrope #C76CF0
RGB
CMYK
RGB Variations
Color information
#C76CF0 (or 0xC76CF0) is known color: Heliotrope. HEX triplet: C7, 6C and F0. RGB value is (199,108,240). Sum of RGB (Red+Green+Blue) = 199+108+240=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #C76CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76CF0 is #38930F. Grayscale: #959595. Windows color (decimal): -3707664 or 15756487. OLE color: 15756487.
HSL color Cylindrical-coordinate representation of color #C76CF0: hue angle of 281.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C76CF0 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 108 | 240 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.06 |
| HSL | 281.36º | 0.81% | 0.68% | - |
| HSV(B) | 281.36º | 0.55% | 0.94% | - |
| XYZ | 44.64 | 29.16 | 85.71 | - |
| YUV | 150.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 240 | 0.17 | 0.55 | 0 | 0.06 | 281.36 | 0.81 | 0.68 |
| Hex | C7 | 6C | F0 | 11 | 37 | 0 | 6 | 119 | 51 | 44 |
| Octal | 307 | 154 | 360 | 21 | 67 | 0 | 6 | 431 | 121 | 104 |
| Binary | 11000111 | 1101100 | 11110000 | 10001 | 110111 | 0 | 110 | 100011001 | 1010001 | 1000100 |
Color Harmonies of #C76CF0
Complementary color
Monochromatic Colors of #C76CF0
Black with #C76CF0
Text Example
Text Example
White with #C76CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CF0; }
p { color: rgb(199,108,240); }
H1.HeaderClassName
{
color: #C76CF0;
}
.AnyTagClassName
{
color: #C76CF0;
}
</style>
background-color css
<style>
a { background-color: #C76CF0; }
a { background-color: rgb(199,108,240); }
div.DivClassName
{
background-color: #C76CF0;
}
.BgClassName
{
background-color: #C76CF0;
}
</style>
border-color css
<style>
span { border-color: #C76CF0; }
span { border-color: rgb(199,108,240); }
td.TdClassName
{
border-color: #C76CF0;
}
.TagClassName
{
border-color: #C76CF0;
}
</style>