Shades of Medium Orchid #C82DE3
Tints of Medium Orchid #C82DE3
RGB
CMYK
RGB Variations
Color information
#C82DE3 (or 0xC82DE3) is known color: Medium Orchid. HEX triplet: C8, 2D and E3. RGB value is (200,45,227). Sum of RGB (Red+Green+Blue) = 200+45+227=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #C82DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DE3 is #37D21C. Grayscale: #6F6F6F. Windows color (decimal): -3658269 or 14888392. OLE color: 14888392.
HSL color Cylindrical-coordinate representation of color #C82DE3: hue angle of 291.1º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82DE3 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 45 | 227 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.11 |
| HSL | 291.1º | 0.76% | 0.53% | - |
| HSV(B) | 291.1º | 0.8% | 0.89% | - |
| XYZ | 38.62 | 19.7 | 74.44 | - |
| YUV | 112.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 227 | 0.12 | 0.80 | 0 | 0.11 | 291.1 | 0.76 | 0.53 |
| Hex | C8 | 2D | E3 | C | 50 | 0 | B | 123 | 4C | 35 |
| Octal | 310 | 55 | 343 | 14 | 120 | 0 | 13 | 443 | 114 | 65 |
| Binary | 11001000 | 101101 | 11100011 | 1100 | 1010000 | 0 | 1011 | 100100011 | 1001100 | 110101 |
Color Harmonies of #C82DE3
Complementary color
Monochromatic Colors of #C82DE3
Black with #C82DE3
Text Example
Text Example
White with #C82DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DE3; }
p { color: rgb(200,45,227); }
H1.HeaderClassName
{
color: #C82DE3;
}
.AnyTagClassName
{
color: #C82DE3;
}
</style>
background-color css
<style>
a { background-color: #C82DE3; }
a { background-color: rgb(200,45,227); }
div.DivClassName
{
background-color: #C82DE3;
}
.BgClassName
{
background-color: #C82DE3;
}
</style>
border-color css
<style>
span { border-color: #C82DE3; }
span { border-color: rgb(200,45,227); }
td.TdClassName
{
border-color: #C82DE3;
}
.TagClassName
{
border-color: #C82DE3;
}
</style>