Shades of Medium Orchid #C82DEC
Tints of Medium Orchid #C82DEC
RGB
CMYK
RGB Variations
Color information
#C82DEC (or 0xC82DEC) is known color: Medium Orchid. HEX triplet: C8, 2D and EC. RGB value is (200,45,236). Sum of RGB (Red+Green+Blue) = 200+45+236=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #C82DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DEC is #37D213. Grayscale: #707070. Windows color (decimal): -3658260 or 15478216. OLE color: 15478216.
HSL color Cylindrical-coordinate representation of color #C82DEC: hue angle of 288.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82DEC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 45 | 236 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.07 |
| HSL | 288.69º | 0.83% | 0.55% | - |
| HSV(B) | 288.69º | 0.81% | 0.93% | - |
| XYZ | 39.9 | 20.21 | 81.16 | - |
| YUV | 113.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 236 | 0.15 | 0.81 | 0 | 0.07 | 288.69 | 0.83 | 0.55 |
| Hex | C8 | 2D | EC | F | 51 | 0 | 7 | 121 | 53 | 37 |
| Octal | 310 | 55 | 354 | 17 | 121 | 0 | 7 | 441 | 123 | 67 |
| Binary | 11001000 | 101101 | 11101100 | 1111 | 1010001 | 0 | 111 | 100100001 | 1010011 | 110111 |
Color Harmonies of #C82DEC
Complementary color
Monochromatic Colors of #C82DEC
Black with #C82DEC
Text Example
Text Example
White with #C82DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DEC; }
p { color: rgb(200,45,236); }
H1.HeaderClassName
{
color: #C82DEC;
}
.AnyTagClassName
{
color: #C82DEC;
}
</style>
background-color css
<style>
a { background-color: #C82DEC; }
a { background-color: rgb(200,45,236); }
div.DivClassName
{
background-color: #C82DEC;
}
.BgClassName
{
background-color: #C82DEC;
}
</style>
border-color css
<style>
span { border-color: #C82DEC; }
span { border-color: rgb(200,45,236); }
td.TdClassName
{
border-color: #C82DEC;
}
.TagClassName
{
border-color: #C82DEC;
}
</style>