Shades of Heliotrope #C76DEA
Tints of Heliotrope #C76DEA
RGB
CMYK
RGB Variations
Color information
#C76DEA (or 0xC76DEA) is known color: Heliotrope. HEX triplet: C7, 6D and EA. RGB value is (199,109,234). Sum of RGB (Red+Green+Blue) = 199+109+234=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #C76DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76DEA is #389215. Grayscale: #959595. Windows color (decimal): -3707414 or 15363527. OLE color: 15363527.
HSL color Cylindrical-coordinate representation of color #C76DEA: hue angle of 283.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C76DEA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 109 | 234 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.08 |
| HSL | 283.2º | 0.75% | 0.67% | - |
| HSV(B) | 283.2º | 0.53% | 0.92% | - |
| XYZ | 43.87 | 29.02 | 81.13 | - |
| YUV | 150.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 234 | 0.15 | 0.53 | 0 | 0.08 | 283.2 | 0.75 | 0.67 |
| Hex | C7 | 6D | EA | F | 35 | 0 | 8 | 11B | 4B | 43 |
| Octal | 307 | 155 | 352 | 17 | 65 | 0 | 10 | 433 | 113 | 103 |
| Binary | 11000111 | 1101101 | 11101010 | 1111 | 110101 | 0 | 1000 | 100011011 | 1001011 | 1000011 |
Color Harmonies of #C76DEA
Complementary color
Monochromatic Colors of #C76DEA
Black with #C76DEA
Text Example
Text Example
White with #C76DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DEA; }
p { color: rgb(199,109,234); }
H1.HeaderClassName
{
color: #C76DEA;
}
.AnyTagClassName
{
color: #C76DEA;
}
</style>
background-color css
<style>
a { background-color: #C76DEA; }
a { background-color: rgb(199,109,234); }
div.DivClassName
{
background-color: #C76DEA;
}
.BgClassName
{
background-color: #C76DEA;
}
</style>
border-color css
<style>
span { border-color: #C76DEA; }
span { border-color: rgb(199,109,234); }
td.TdClassName
{
border-color: #C76DEA;
}
.TagClassName
{
border-color: #C76DEA;
}
</style>