Shades of Medium Orchid #C76BE3
Tints of Medium Orchid #C76BE3
RGB
CMYK
RGB Variations
Color information
#C76BE3 (or 0xC76BE3) is known color: Medium Orchid. HEX triplet: C7, 6B and E3. RGB value is (199,107,227). Sum of RGB (Red+Green+Blue) = 199+107+227=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #C76BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BE3 is #38941C. Grayscale: #939393. Windows color (decimal): -3707933 or 14904263. OLE color: 14904263.
HSL color Cylindrical-coordinate representation of color #C76BE3: hue angle of 286º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C76BE3 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 107 | 227 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.11 |
| HSL | 286º | 0.68% | 0.65% | - |
| HSV(B) | 286º | 0.53% | 0.89% | - |
| XYZ | 42.68 | 28.2 | 75.87 | - |
| YUV | 148.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 227 | 0.12 | 0.53 | 0 | 0.11 | 286 | 0.68 | 0.65 |
| Hex | C7 | 6B | E3 | C | 35 | 0 | B | 11E | 44 | 41 |
| Octal | 307 | 153 | 343 | 14 | 65 | 0 | 13 | 436 | 104 | 101 |
| Binary | 11000111 | 1101011 | 11100011 | 1100 | 110101 | 0 | 1011 | 100011110 | 1000100 | 1000001 |
Color Harmonies of #C76BE3
Complementary color
Monochromatic Colors of #C76BE3
Black with #C76BE3
Text Example
Text Example
White with #C76BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BE3; }
p { color: rgb(199,107,227); }
H1.HeaderClassName
{
color: #C76BE3;
}
.AnyTagClassName
{
color: #C76BE3;
}
</style>
background-color css
<style>
a { background-color: #C76BE3; }
a { background-color: rgb(199,107,227); }
div.DivClassName
{
background-color: #C76BE3;
}
.BgClassName
{
background-color: #C76BE3;
}
</style>
border-color css
<style>
span { border-color: #C76BE3; }
span { border-color: rgb(199,107,227); }
td.TdClassName
{
border-color: #C76BE3;
}
.TagClassName
{
border-color: #C76BE3;
}
</style>