Shades of Medium Orchid #C82EDD
Tints of Medium Orchid #C82EDD
RGB
CMYK
RGB Variations
Color information
#C82EDD (or 0xC82EDD) is known color: Medium Orchid. HEX triplet: C8, 2E and DD. RGB value is (200,46,221). Sum of RGB (Red+Green+Blue) = 200+46+221=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C82EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EDD is #37D122. Grayscale: #6F6F6F. Windows color (decimal): -3658019 or 14495432. OLE color: 14495432.
HSL color Cylindrical-coordinate representation of color #C82EDD: hue angle of 292.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82EDD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 46 | 221 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.13 |
| HSL | 292.8º | 0.72% | 0.52% | - |
| HSV(B) | 292.8º | 0.79% | 0.87% | - |
| XYZ | 37.85 | 19.45 | 70.17 | - |
| YUV | 112 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 221 | 0.10 | 0.79 | 0 | 0.13 | 292.8 | 0.72 | 0.52 |
| Hex | C8 | 2E | DD | A | 4F | 0 | D | 125 | 48 | 34 |
| Octal | 310 | 56 | 335 | 12 | 117 | 0 | 15 | 445 | 110 | 64 |
| Binary | 11001000 | 101110 | 11011101 | 1010 | 1001111 | 0 | 1101 | 100100101 | 1001000 | 110100 |
Color Harmonies of #C82EDD
Complementary color
Monochromatic Colors of #C82EDD
Black with #C82EDD
Text Example
Text Example
White with #C82EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EDD; }
p { color: rgb(200,46,221); }
H1.HeaderClassName
{
color: #C82EDD;
}
.AnyTagClassName
{
color: #C82EDD;
}
</style>
background-color css
<style>
a { background-color: #C82EDD; }
a { background-color: rgb(200,46,221); }
div.DivClassName
{
background-color: #C82EDD;
}
.BgClassName
{
background-color: #C82EDD;
}
</style>
border-color css
<style>
span { border-color: #C82EDD; }
span { border-color: rgb(200,46,221); }
td.TdClassName
{
border-color: #C82EDD;
}
.TagClassName
{
border-color: #C82EDD;
}
</style>