Shades of Medium Orchid #C82ED6
Tints of Medium Orchid #C82ED6
RGB
CMYK
RGB Variations
Color information
#C82ED6 (or 0xC82ED6) is known color: Medium Orchid. HEX triplet: C8, 2E and D6. RGB value is (200,46,214). Sum of RGB (Red+Green+Blue) = 200+46+214=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #C82ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ED6 is #37D129. Grayscale: #6E6E6E. Windows color (decimal): -3658026 or 14036680. OLE color: 14036680.
HSL color Cylindrical-coordinate representation of color #C82ED6: hue angle of 295º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82ED6 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 46 | 214 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.16 |
| HSL | 295º | 0.67% | 0.51% | - |
| HSV(B) | 295º | 0.79% | 0.84% | - |
| XYZ | 36.93 | 19.09 | 65.36 | - |
| YUV | 111.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 214 | 0.07 | 0.79 | 0 | 0.16 | 295 | 0.67 | 0.51 |
| Hex | C8 | 2E | D6 | 7 | 4F | 0 | 10 | 127 | 43 | 33 |
| Octal | 310 | 56 | 326 | 7 | 117 | 0 | 20 | 447 | 103 | 63 |
| Binary | 11001000 | 101110 | 11010110 | 111 | 1001111 | 0 | 10000 | 100100111 | 1000011 | 110011 |
Color Harmonies of #C82ED6
Complementary color
Monochromatic Colors of #C82ED6
Black with #C82ED6
Text Example
Text Example
White with #C82ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ED6; }
p { color: rgb(200,46,214); }
H1.HeaderClassName
{
color: #C82ED6;
}
.AnyTagClassName
{
color: #C82ED6;
}
</style>
background-color css
<style>
a { background-color: #C82ED6; }
a { background-color: rgb(200,46,214); }
div.DivClassName
{
background-color: #C82ED6;
}
.BgClassName
{
background-color: #C82ED6;
}
</style>
border-color css
<style>
span { border-color: #C82ED6; }
span { border-color: rgb(200,46,214); }
td.TdClassName
{
border-color: #C82ED6;
}
.TagClassName
{
border-color: #C82ED6;
}
</style>