Shades of Medium Orchid #C82EDC
Tints of Medium Orchid #C82EDC
RGB
CMYK
RGB Variations
Color information
#C82EDC (or 0xC82EDC) is known color: Medium Orchid. HEX triplet: C8, 2E and DC. RGB value is (200,46,220). Sum of RGB (Red+Green+Blue) = 200+46+220=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #C82EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EDC is #37D123. Grayscale: #6F6F6F. Windows color (decimal): -3658020 or 14429896. OLE color: 14429896.
HSL color Cylindrical-coordinate representation of color #C82EDC: hue angle of 293.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82EDC is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 46 | 220 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.14 |
| HSL | 293.1º | 0.71% | 0.52% | - |
| HSV(B) | 293.1º | 0.79% | 0.86% | - |
| XYZ | 37.71 | 19.4 | 69.47 | - |
| YUV | 111.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 220 | 0.09 | 0.79 | 0 | 0.14 | 293.1 | 0.71 | 0.52 |
| Hex | C8 | 2E | DC | 9 | 4F | 0 | E | 125 | 47 | 34 |
| Octal | 310 | 56 | 334 | 11 | 117 | 0 | 16 | 445 | 107 | 64 |
| Binary | 11001000 | 101110 | 11011100 | 1001 | 1001111 | 0 | 1110 | 100100101 | 1000111 | 110100 |
Color Harmonies of #C82EDC
Complementary color
Monochromatic Colors of #C82EDC
Black with #C82EDC
Text Example
Text Example
White with #C82EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EDC; }
p { color: rgb(200,46,220); }
H1.HeaderClassName
{
color: #C82EDC;
}
.AnyTagClassName
{
color: #C82EDC;
}
</style>
background-color css
<style>
a { background-color: #C82EDC; }
a { background-color: rgb(200,46,220); }
div.DivClassName
{
background-color: #C82EDC;
}
.BgClassName
{
background-color: #C82EDC;
}
</style>
border-color css
<style>
span { border-color: #C82EDC; }
span { border-color: rgb(200,46,220); }
td.TdClassName
{
border-color: #C82EDC;
}
.TagClassName
{
border-color: #C82EDC;
}
</style>