Shades of Heliotrope #C77FEB
Tints of Heliotrope #C77FEB
RGB
CMYK
RGB Variations
Color information
#C77FEB (or 0xC77FEB) is known color: Heliotrope. HEX triplet: C7, 7F and EB. RGB value is (199,127,235). Sum of RGB (Red+Green+Blue) = 199+127+235=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #C77FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77FEB is #388014. Grayscale: #A0A0A0. Windows color (decimal): -3702805 or 15433671. OLE color: 15433671.
HSL color Cylindrical-coordinate representation of color #C77FEB: hue angle of 280º degrees, saturation: 0.73, 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 #C77FEB is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 127 | 235 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.08 |
| HSL | 280º | 0.73% | 0.71% | - |
| HSV(B) | 280º | 0.46% | 0.92% | - |
| XYZ | 46.14 | 33.32 | 82.6 | - |
| YUV | 160.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 235 | 0.15 | 0.46 | 0 | 0.08 | 280 | 0.73 | 0.71 |
| Hex | C7 | 7F | EB | F | 2E | 0 | 8 | 118 | 49 | 47 |
| Octal | 307 | 177 | 353 | 17 | 56 | 0 | 10 | 430 | 111 | 107 |
| Binary | 11000111 | 1111111 | 11101011 | 1111 | 101110 | 0 | 1000 | 100011000 | 1001001 | 1000111 |
Color Harmonies of #C77FEB
Complementary color
Monochromatic Colors of #C77FEB
Black with #C77FEB
Text Example
Text Example
White with #C77FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FEB; }
p { color: rgb(199,127,235); }
H1.HeaderClassName
{
color: #C77FEB;
}
.AnyTagClassName
{
color: #C77FEB;
}
</style>
background-color css
<style>
a { background-color: #C77FEB; }
a { background-color: rgb(199,127,235); }
div.DivClassName
{
background-color: #C77FEB;
}
.BgClassName
{
background-color: #C77FEB;
}
</style>
border-color css
<style>
span { border-color: #C77FEB; }
span { border-color: rgb(199,127,235); }
td.TdClassName
{
border-color: #C77FEB;
}
.TagClassName
{
border-color: #C77FEB;
}
</style>