Shades of Heliotrope #C77EFB
Tints of Heliotrope #C77EFB
RGB
CMYK
RGB Variations
Color information
#C77EFB (or 0xC77EFB) is known color: Heliotrope. HEX triplet: C7, 7E and FB. RGB value is (199,126,251). Sum of RGB (Red+Green+Blue) = 199+126+251=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #C77EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77EFB is #388104. Grayscale: #A1A1A1. Windows color (decimal): -3703045 or 16481991. OLE color: 16481991.
HSL color Cylindrical-coordinate representation of color #C77EFB: hue angle of 275.04º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77EFB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 126 | 251 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.02 |
| HSL | 275.04º | 0.94% | 0.74% | - |
| HSV(B) | 275.04º | 0.5% | 0.98% | - |
| XYZ | 48.43 | 34.03 | 95.28 | - |
| YUV | 162.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 251 | 0.21 | 0.50 | 0 | 0.02 | 275.04 | 0.94 | 0.74 |
| Hex | C7 | 7E | FB | 15 | 32 | 0 | 2 | 113 | 5E | 4A |
| Octal | 307 | 176 | 373 | 25 | 62 | 0 | 2 | 423 | 136 | 112 |
| Binary | 11000111 | 1111110 | 11111011 | 10101 | 110010 | 0 | 10 | 100010011 | 1011110 | 1001010 |
Color Harmonies of #C77EFB
Complementary color
Monochromatic Colors of #C77EFB
Black with #C77EFB
Text Example
Text Example
White with #C77EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EFB; }
p { color: rgb(199,126,251); }
H1.HeaderClassName
{
color: #C77EFB;
}
.AnyTagClassName
{
color: #C77EFB;
}
</style>
background-color css
<style>
a { background-color: #C77EFB; }
a { background-color: rgb(199,126,251); }
div.DivClassName
{
background-color: #C77EFB;
}
.BgClassName
{
background-color: #C77EFB;
}
</style>
border-color css
<style>
span { border-color: #C77EFB; }
span { border-color: rgb(199,126,251); }
td.TdClassName
{
border-color: #C77EFB;
}
.TagClassName
{
border-color: #C77EFB;
}
</style>