Shades of Heliotrope #C77BED
Tints of Heliotrope #C77BED
RGB
CMYK
RGB Variations
Color information
#C77BED (or 0xC77BED) is known color: Heliotrope. HEX triplet: C7, 7B and ED. RGB value is (199,123,237). Sum of RGB (Red+Green+Blue) = 199+123+237=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #C77BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77BED is #388412. Grayscale: #9E9E9E. Windows color (decimal): -3703827 or 15563719. OLE color: 15563719.
HSL color Cylindrical-coordinate representation of color #C77BED: hue angle of 280º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C77BED is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 123 | 237 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.07 |
| HSL | 280º | 0.76% | 0.71% | - |
| HSV(B) | 280º | 0.48% | 0.93% | - |
| XYZ | 45.92 | 32.42 | 83.96 | - |
| YUV | 158.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 237 | 0.16 | 0.48 | 0 | 0.07 | 280 | 0.76 | 0.71 |
| Hex | C7 | 7B | ED | 10 | 30 | 0 | 7 | 118 | 4C | 47 |
| Octal | 307 | 173 | 355 | 20 | 60 | 0 | 7 | 430 | 114 | 107 |
| Binary | 11000111 | 1111011 | 11101101 | 10000 | 110000 | 0 | 111 | 100011000 | 1001100 | 1000111 |
Color Harmonies of #C77BED
Complementary color
Monochromatic Colors of #C77BED
Black with #C77BED
Text Example
Text Example
White with #C77BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BED; }
p { color: rgb(199,123,237); }
H1.HeaderClassName
{
color: #C77BED;
}
.AnyTagClassName
{
color: #C77BED;
}
</style>
background-color css
<style>
a { background-color: #C77BED; }
a { background-color: rgb(199,123,237); }
div.DivClassName
{
background-color: #C77BED;
}
.BgClassName
{
background-color: #C77BED;
}
</style>
border-color css
<style>
span { border-color: #C77BED; }
span { border-color: rgb(199,123,237); }
td.TdClassName
{
border-color: #C77BED;
}
.TagClassName
{
border-color: #C77BED;
}
</style>