Shades of Medium Orchid #C76BE0
Tints of Medium Orchid #C76BE0
RGB
CMYK
RGB Variations
Color information
#C76BE0 (or 0xC76BE0) is known color: Medium Orchid. HEX triplet: C7, 6B and E0. RGB value is (199,107,224). Sum of RGB (Red+Green+Blue) = 199+107+224=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #C76BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BE0 is #38941F. Grayscale: #939393. Windows color (decimal): -3707936 or 14707655. OLE color: 14707655.
HSL color Cylindrical-coordinate representation of color #C76BE0: hue angle of 287.18º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76BE0 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 107 | 224 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.12 |
| HSL | 287.18º | 0.65% | 0.65% | - |
| HSV(B) | 287.18º | 0.52% | 0.88% | - |
| XYZ | 42.27 | 28.04 | 73.71 | - |
| YUV | 147.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 224 | 0.11 | 0.52 | 0 | 0.12 | 287.18 | 0.65 | 0.65 |
| Hex | C7 | 6B | E0 | B | 34 | 0 | C | 11F | 41 | 41 |
| Octal | 307 | 153 | 340 | 13 | 64 | 0 | 14 | 437 | 101 | 101 |
| Binary | 11000111 | 1101011 | 11100000 | 1011 | 110100 | 0 | 1100 | 100011111 | 1000001 | 1000001 |
Color Harmonies of #C76BE0
Complementary color
Monochromatic Colors of #C76BE0
Black with #C76BE0
Text Example
Text Example
White with #C76BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BE0; }
p { color: rgb(199,107,224); }
H1.HeaderClassName
{
color: #C76BE0;
}
.AnyTagClassName
{
color: #C76BE0;
}
</style>
background-color css
<style>
a { background-color: #C76BE0; }
a { background-color: rgb(199,107,224); }
div.DivClassName
{
background-color: #C76BE0;
}
.BgClassName
{
background-color: #C76BE0;
}
</style>
border-color css
<style>
span { border-color: #C76BE0; }
span { border-color: rgb(199,107,224); }
td.TdClassName
{
border-color: #C76BE0;
}
.TagClassName
{
border-color: #C76BE0;
}
</style>