Shades of Medium Orchid #C76BE4
Tints of Medium Orchid #C76BE4
RGB
CMYK
RGB Variations
Color information
#C76BE4 (or 0xC76BE4) is known color: Medium Orchid. HEX triplet: C7, 6B and E4. RGB value is (199,107,228). Sum of RGB (Red+Green+Blue) = 199+107+228=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #C76BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BE4 is #38941B. Grayscale: #939393. Windows color (decimal): -3707932 or 14969799. OLE color: 14969799.
HSL color Cylindrical-coordinate representation of color #C76BE4: hue angle of 285.62º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C76BE4 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 107 | 228 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.11 |
| HSL | 285.62º | 0.69% | 0.66% | - |
| HSV(B) | 285.62º | 0.53% | 0.89% | - |
| XYZ | 42.81 | 28.26 | 76.6 | - |
| YUV | 148.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 228 | 0.13 | 0.53 | 0 | 0.11 | 285.62 | 0.69 | 0.66 |
| Hex | C7 | 6B | E4 | D | 35 | 0 | B | 11E | 45 | 42 |
| Octal | 307 | 153 | 344 | 15 | 65 | 0 | 13 | 436 | 105 | 102 |
| Binary | 11000111 | 1101011 | 11100100 | 1101 | 110101 | 0 | 1011 | 100011110 | 1000101 | 1000010 |
Color Harmonies of #C76BE4
Complementary color
Monochromatic Colors of #C76BE4
Black with #C76BE4
Text Example
Text Example
White with #C76BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BE4; }
p { color: rgb(199,107,228); }
H1.HeaderClassName
{
color: #C76BE4;
}
.AnyTagClassName
{
color: #C76BE4;
}
</style>
background-color css
<style>
a { background-color: #C76BE4; }
a { background-color: rgb(199,107,228); }
div.DivClassName
{
background-color: #C76BE4;
}
.BgClassName
{
background-color: #C76BE4;
}
</style>
border-color css
<style>
span { border-color: #C76BE4; }
span { border-color: rgb(199,107,228); }
td.TdClassName
{
border-color: #C76BE4;
}
.TagClassName
{
border-color: #C76BE4;
}
</style>