Shades of Medium Orchid #C82DEA
Tints of Medium Orchid #C82DEA
RGB
CMYK
RGB Variations
Color information
#C82DEA (or 0xC82DEA) is known color: Medium Orchid. HEX triplet: C8, 2D and EA. RGB value is (200,45,234). Sum of RGB (Red+Green+Blue) = 200+45+234=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #C82DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DEA is #37D215. Grayscale: #707070. Windows color (decimal): -3658262 or 15347144. OLE color: 15347144.
HSL color Cylindrical-coordinate representation of color #C82DEA: hue angle of 289.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82DEA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 45 | 234 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.08 |
| HSL | 289.21º | 0.82% | 0.55% | - |
| HSV(B) | 289.21º | 0.81% | 0.92% | - |
| XYZ | 39.61 | 20.1 | 79.63 | - |
| YUV | 112.89 | 196.35 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 234 | 0.15 | 0.81 | 0 | 0.08 | 289.21 | 0.82 | 0.55 |
| Hex | C8 | 2D | EA | F | 51 | 0 | 8 | 121 | 52 | 37 |
| Octal | 310 | 55 | 352 | 17 | 121 | 0 | 10 | 441 | 122 | 67 |
| Binary | 11001000 | 101101 | 11101010 | 1111 | 1010001 | 0 | 1000 | 100100001 | 1010010 | 110111 |
Color Harmonies of #C82DEA
Complementary color
Monochromatic Colors of #C82DEA
Black with #C82DEA
Text Example
Text Example
White with #C82DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DEA; }
p { color: rgb(200,45,234); }
H1.HeaderClassName
{
color: #C82DEA;
}
.AnyTagClassName
{
color: #C82DEA;
}
</style>
background-color css
<style>
a { background-color: #C82DEA; }
a { background-color: rgb(200,45,234); }
div.DivClassName
{
background-color: #C82DEA;
}
.BgClassName
{
background-color: #C82DEA;
}
</style>
border-color css
<style>
span { border-color: #C82DEA; }
span { border-color: rgb(200,45,234); }
td.TdClassName
{
border-color: #C82DEA;
}
.TagClassName
{
border-color: #C82DEA;
}
</style>