Shades of Medium Orchid #C82DE0
Tints of Medium Orchid #C82DE0
RGB
CMYK
RGB Variations
Color information
#C82DE0 (or 0xC82DE0) is known color: Medium Orchid. HEX triplet: C8, 2D and E0. RGB value is (200,45,224). Sum of RGB (Red+Green+Blue) = 200+45+224=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #C82DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DE0 is #37D21F. Grayscale: #6F6F6F. Windows color (decimal): -3658272 or 14691784. OLE color: 14691784.
HSL color Cylindrical-coordinate representation of color #C82DE0: hue angle of 291.96º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82DE0 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 45 | 224 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.12 |
| HSL | 291.96º | 0.74% | 0.53% | - |
| HSV(B) | 291.96º | 0.8% | 0.88% | - |
| XYZ | 38.21 | 19.54 | 72.28 | - |
| YUV | 111.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 224 | 0.11 | 0.80 | 0 | 0.12 | 291.96 | 0.74 | 0.53 |
| Hex | C8 | 2D | E0 | B | 50 | 0 | C | 124 | 4A | 35 |
| Octal | 310 | 55 | 340 | 13 | 120 | 0 | 14 | 444 | 112 | 65 |
| Binary | 11001000 | 101101 | 11100000 | 1011 | 1010000 | 0 | 1100 | 100100100 | 1001010 | 110101 |
Color Harmonies of #C82DE0
Complementary color
Monochromatic Colors of #C82DE0
Black with #C82DE0
Text Example
Text Example
White with #C82DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DE0; }
p { color: rgb(200,45,224); }
H1.HeaderClassName
{
color: #C82DE0;
}
.AnyTagClassName
{
color: #C82DE0;
}
</style>
background-color css
<style>
a { background-color: #C82DE0; }
a { background-color: rgb(200,45,224); }
div.DivClassName
{
background-color: #C82DE0;
}
.BgClassName
{
background-color: #C82DE0;
}
</style>
border-color css
<style>
span { border-color: #C82DE0; }
span { border-color: rgb(200,45,224); }
td.TdClassName
{
border-color: #C82DE0;
}
.TagClassName
{
border-color: #C82DE0;
}
</style>