Shades of Medium Orchid #C76AE6
Tints of Medium Orchid #C76AE6
RGB
CMYK
RGB Variations
Color information
#C76AE6 (or 0xC76AE6) is known color: Medium Orchid. HEX triplet: C7, 6A and E6. RGB value is (199,106,230). Sum of RGB (Red+Green+Blue) = 199+106+230=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #C76AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AE6 is #389519. Grayscale: #939393. Windows color (decimal): -3708186 or 15100615. OLE color: 15100615.
HSL color Cylindrical-coordinate representation of color #C76AE6: hue angle of 285º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C76AE6 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 106 | 230 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.10 |
| HSL | 285º | 0.71% | 0.66% | - |
| HSV(B) | 285º | 0.54% | 0.9% | - |
| XYZ | 42.99 | 28.16 | 78.03 | - |
| YUV | 147.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 230 | 0.13 | 0.54 | 0 | 0.10 | 285 | 0.71 | 0.66 |
| Hex | C7 | 6A | E6 | D | 36 | 0 | A | 11D | 47 | 42 |
| Octal | 307 | 152 | 346 | 15 | 66 | 0 | 12 | 435 | 107 | 102 |
| Binary | 11000111 | 1101010 | 11100110 | 1101 | 110110 | 0 | 1010 | 100011101 | 1000111 | 1000010 |
Color Harmonies of #C76AE6
Complementary color
Monochromatic Colors of #C76AE6
Black with #C76AE6
Text Example
Text Example
White with #C76AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76AE6; }
p { color: rgb(199,106,230); }
H1.HeaderClassName
{
color: #C76AE6;
}
.AnyTagClassName
{
color: #C76AE6;
}
</style>
background-color css
<style>
a { background-color: #C76AE6; }
a { background-color: rgb(199,106,230); }
div.DivClassName
{
background-color: #C76AE6;
}
.BgClassName
{
background-color: #C76AE6;
}
</style>
border-color css
<style>
span { border-color: #C76AE6; }
span { border-color: rgb(199,106,230); }
td.TdClassName
{
border-color: #C76AE6;
}
.TagClassName
{
border-color: #C76AE6;
}
</style>