Shades of Medium Orchid #C82ED9
Tints of Medium Orchid #C82ED9
RGB
CMYK
RGB Variations
Color information
#C82ED9 (or 0xC82ED9) is known color: Medium Orchid. HEX triplet: C8, 2E and D9. RGB value is (200,46,217). Sum of RGB (Red+Green+Blue) = 200+46+217=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #C82ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ED9 is #37D126. Grayscale: #6F6F6F. Windows color (decimal): -3658023 or 14233288. OLE color: 14233288.
HSL color Cylindrical-coordinate representation of color #C82ED9: hue angle of 294.04º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82ED9 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 46 | 217 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.15 |
| HSL | 294.04º | 0.69% | 0.52% | - |
| HSV(B) | 294.04º | 0.79% | 0.85% | - |
| XYZ | 37.32 | 19.24 | 67.39 | - |
| YUV | 111.54 | 187.52 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 217 | 0.08 | 0.79 | 0 | 0.15 | 294.04 | 0.69 | 0.52 |
| Hex | C8 | 2E | D9 | 8 | 4F | 0 | F | 126 | 45 | 34 |
| Octal | 310 | 56 | 331 | 10 | 117 | 0 | 17 | 446 | 105 | 64 |
| Binary | 11001000 | 101110 | 11011001 | 1000 | 1001111 | 0 | 1111 | 100100110 | 1000101 | 110100 |
Color Harmonies of #C82ED9
Complementary color
Monochromatic Colors of #C82ED9
Black with #C82ED9
Text Example
Text Example
White with #C82ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ED9; }
p { color: rgb(200,46,217); }
H1.HeaderClassName
{
color: #C82ED9;
}
.AnyTagClassName
{
color: #C82ED9;
}
</style>
background-color css
<style>
a { background-color: #C82ED9; }
a { background-color: rgb(200,46,217); }
div.DivClassName
{
background-color: #C82ED9;
}
.BgClassName
{
background-color: #C82ED9;
}
</style>
border-color css
<style>
span { border-color: #C82ED9; }
span { border-color: rgb(200,46,217); }
td.TdClassName
{
border-color: #C82ED9;
}
.TagClassName
{
border-color: #C82ED9;
}
</style>