Shades of Heliotrope #C77EEA
Tints of Heliotrope #C77EEA
RGB
CMYK
RGB Variations
Color information
#C77EEA (or 0xC77EEA) is known color: Heliotrope. HEX triplet: C7, 7E and EA. RGB value is (199,126,234). Sum of RGB (Red+Green+Blue) = 199+126+234=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #C77EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77EEA is #388115. Grayscale: #9F9F9F. Windows color (decimal): -3703062 or 15367879. OLE color: 15367879.
HSL color Cylindrical-coordinate representation of color #C77EEA: hue angle of 280.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C77EEA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 126 | 234 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.08 |
| HSL | 280.56º | 0.72% | 0.71% | - |
| HSV(B) | 280.56º | 0.46% | 0.92% | - |
| XYZ | 45.87 | 33 | 81.8 | - |
| YUV | 160.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 234 | 0.15 | 0.46 | 0 | 0.08 | 280.56 | 0.72 | 0.71 |
| Hex | C7 | 7E | EA | F | 2E | 0 | 8 | 119 | 48 | 47 |
| Octal | 307 | 176 | 352 | 17 | 56 | 0 | 10 | 431 | 110 | 107 |
| Binary | 11000111 | 1111110 | 11101010 | 1111 | 101110 | 0 | 1000 | 100011001 | 1001000 | 1000111 |
Color Harmonies of #C77EEA
Complementary color
Monochromatic Colors of #C77EEA
Black with #C77EEA
Text Example
Text Example
White with #C77EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EEA; }
p { color: rgb(199,126,234); }
H1.HeaderClassName
{
color: #C77EEA;
}
.AnyTagClassName
{
color: #C77EEA;
}
</style>
background-color css
<style>
a { background-color: #C77EEA; }
a { background-color: rgb(199,126,234); }
div.DivClassName
{
background-color: #C77EEA;
}
.BgClassName
{
background-color: #C77EEA;
}
</style>
border-color css
<style>
span { border-color: #C77EEA; }
span { border-color: rgb(199,126,234); }
td.TdClassName
{
border-color: #C77EEA;
}
.TagClassName
{
border-color: #C77EEA;
}
</style>