Shades of Heliotrope #C77EFC
Tints of Heliotrope #C77EFC
RGB
CMYK
RGB Variations
Color information
#C77EFC (or 0xC77EFC) is known color: Heliotrope. HEX triplet: C7, 7E and FC. RGB value is (199,126,252). Sum of RGB (Red+Green+Blue) = 199+126+252=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #C77EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77EFC is #388103. Grayscale: #A1A1A1. Windows color (decimal): -3703044 or 16547527. OLE color: 16547527.
HSL color Cylindrical-coordinate representation of color #C77EFC: hue angle of 274.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77EFC is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 126 | 252 | - |
| CMYK | 0.21 | 0.5 | 0 | 0.01 |
| HSL | 274.76º | 0.95% | 0.74% | - |
| HSV(B) | 274.76º | 0.5% | 0.99% | - |
| XYZ | 48.58 | 34.09 | 96.12 | - |
| YUV | 162.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 252 | 0.21 | 0.5 | 0 | 0.01 | 274.76 | 0.95 | 0.74 |
| Hex | C7 | 7E | FC | 15 | 32 | 0 | 1 | 113 | 5F | 4A |
| Octal | 307 | 176 | 374 | 25 | 62 | 0 | 1 | 423 | 137 | 112 |
| Binary | 11000111 | 1111110 | 11111100 | 10101 | 110010 | 0 | 1 | 100010011 | 1011111 | 1001010 |
Color Harmonies of #C77EFC
Complementary color
Monochromatic Colors of #C77EFC
Black with #C77EFC
Text Example
Text Example
White with #C77EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EFC; }
p { color: rgb(199,126,252); }
H1.HeaderClassName
{
color: #C77EFC;
}
.AnyTagClassName
{
color: #C77EFC;
}
</style>
background-color css
<style>
a { background-color: #C77EFC; }
a { background-color: rgb(199,126,252); }
div.DivClassName
{
background-color: #C77EFC;
}
.BgClassName
{
background-color: #C77EFC;
}
</style>
border-color css
<style>
span { border-color: #C77EFC; }
span { border-color: rgb(199,126,252); }
td.TdClassName
{
border-color: #C77EFC;
}
.TagClassName
{
border-color: #C77EFC;
}
</style>