Shades of Medium Orchid #C76CDE
Tints of Medium Orchid #C76CDE
RGB
CMYK
RGB Variations
Color information
#C76CDE (or 0xC76CDE) is known color: Medium Orchid. HEX triplet: C7, 6C and DE. RGB value is (199,108,222). Sum of RGB (Red+Green+Blue) = 199+108+222=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #C76CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CDE is #389321. Grayscale: #939393. Windows color (decimal): -3707682 or 14576839. OLE color: 14576839.
HSL color Cylindrical-coordinate representation of color #C76CDE: hue angle of 287.89º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76CDE is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 108 | 222 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.13 |
| HSL | 287.89º | 0.63% | 0.65% | - |
| HSV(B) | 287.89º | 0.51% | 0.87% | - |
| XYZ | 42.1 | 28.14 | 72.32 | - |
| YUV | 148.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 222 | 0.10 | 0.51 | 0 | 0.13 | 287.89 | 0.63 | 0.65 |
| Hex | C7 | 6C | DE | A | 33 | 0 | D | 120 | 3F | 41 |
| Octal | 307 | 154 | 336 | 12 | 63 | 0 | 15 | 440 | 77 | 101 |
| Binary | 11000111 | 1101100 | 11011110 | 1010 | 110011 | 0 | 1101 | 100100000 | 111111 | 1000001 |
Color Harmonies of #C76CDE
Complementary color
Monochromatic Colors of #C76CDE
Black with #C76CDE
Text Example
Text Example
White with #C76CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CDE; }
p { color: rgb(199,108,222); }
H1.HeaderClassName
{
color: #C76CDE;
}
.AnyTagClassName
{
color: #C76CDE;
}
</style>
background-color css
<style>
a { background-color: #C76CDE; }
a { background-color: rgb(199,108,222); }
div.DivClassName
{
background-color: #C76CDE;
}
.BgClassName
{
background-color: #C76CDE;
}
</style>
border-color css
<style>
span { border-color: #C76CDE; }
span { border-color: rgb(199,108,222); }
td.TdClassName
{
border-color: #C76CDE;
}
.TagClassName
{
border-color: #C76CDE;
}
</style>