Shades of Heliotrope #C77FED
Tints of Heliotrope #C77FED
RGB
CMYK
RGB Variations
Color information
#C77FED (or 0xC77FED) is known color: Heliotrope. HEX triplet: C7, 7F and ED. RGB value is (199,127,237). Sum of RGB (Red+Green+Blue) = 199+127+237=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #C77FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77FED is #388012. Grayscale: #A0A0A0. Windows color (decimal): -3702803 or 15564743. OLE color: 15564743.
HSL color Cylindrical-coordinate representation of color #C77FED: hue angle of 279.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C77FED is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 127 | 237 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 279.27º | 0.75% | 0.71% | - |
| HSV(B) | 279.27º | 0.46% | 0.93% | - |
| XYZ | 46.43 | 33.44 | 84.13 | - |
| YUV | 161.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 237 | 0.16 | 0.46 | 0 | 0.07 | 279.27 | 0.75 | 0.71 |
| Hex | C7 | 7F | ED | 10 | 2E | 0 | 7 | 117 | 4B | 47 |
| Octal | 307 | 177 | 355 | 20 | 56 | 0 | 7 | 427 | 113 | 107 |
| Binary | 11000111 | 1111111 | 11101101 | 10000 | 101110 | 0 | 111 | 100010111 | 1001011 | 1000111 |
Color Harmonies of #C77FED
Complementary color
Monochromatic Colors of #C77FED
Black with #C77FED
Text Example
Text Example
White with #C77FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FED; }
p { color: rgb(199,127,237); }
H1.HeaderClassName
{
color: #C77FED;
}
.AnyTagClassName
{
color: #C77FED;
}
</style>
background-color css
<style>
a { background-color: #C77FED; }
a { background-color: rgb(199,127,237); }
div.DivClassName
{
background-color: #C77FED;
}
.BgClassName
{
background-color: #C77FED;
}
</style>
border-color css
<style>
span { border-color: #C77FED; }
span { border-color: rgb(199,127,237); }
td.TdClassName
{
border-color: #C77FED;
}
.TagClassName
{
border-color: #C77FED;
}
</style>