Shades of Medium Orchid #C76BE8
Tints of Medium Orchid #C76BE8
RGB
CMYK
RGB Variations
Color information
#C76BE8 (or 0xC76BE8) is known color: Medium Orchid. HEX triplet: C7, 6B and E8. RGB value is (199,107,232). Sum of RGB (Red+Green+Blue) = 199+107+232=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #C76BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76BE8 is #389417. Grayscale: #949494. Windows color (decimal): -3707928 or 15231943. OLE color: 15231943.
HSL color Cylindrical-coordinate representation of color #C76BE8: hue angle of 284.16º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C76BE8 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 107 | 232 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.09 |
| HSL | 284.16º | 0.73% | 0.66% | - |
| HSV(B) | 284.16º | 0.54% | 0.91% | - |
| XYZ | 43.38 | 28.48 | 79.56 | - |
| YUV | 148.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 232 | 0.14 | 0.54 | 0 | 0.09 | 284.16 | 0.73 | 0.66 |
| Hex | C7 | 6B | E8 | E | 36 | 0 | 9 | 11C | 49 | 42 |
| Octal | 307 | 153 | 350 | 16 | 66 | 0 | 11 | 434 | 111 | 102 |
| Binary | 11000111 | 1101011 | 11101000 | 1110 | 110110 | 0 | 1001 | 100011100 | 1001001 | 1000010 |
Color Harmonies of #C76BE8
Complementary color
Monochromatic Colors of #C76BE8
Black with #C76BE8
Text Example
Text Example
White with #C76BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BE8; }
p { color: rgb(199,107,232); }
H1.HeaderClassName
{
color: #C76BE8;
}
.AnyTagClassName
{
color: #C76BE8;
}
</style>
background-color css
<style>
a { background-color: #C76BE8; }
a { background-color: rgb(199,107,232); }
div.DivClassName
{
background-color: #C76BE8;
}
.BgClassName
{
background-color: #C76BE8;
}
</style>
border-color css
<style>
span { border-color: #C76BE8; }
span { border-color: rgb(199,107,232); }
td.TdClassName
{
border-color: #C76BE8;
}
.TagClassName
{
border-color: #C76BE8;
}
</style>