Shades of Medium Orchid #C82ADE
Tints of Medium Orchid #C82ADE
RGB
CMYK
RGB Variations
Color information
#C82ADE (or 0xC82ADE) is known color: Medium Orchid. HEX triplet: C8, 2A and DE. RGB value is (200,42,222). Sum of RGB (Red+Green+Blue) = 200+42+222=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #C82ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ADE is #37D521. Grayscale: #6D6D6D. Windows color (decimal): -3659042 or 14559944. OLE color: 14559944.
HSL color Cylindrical-coordinate representation of color #C82ADE: hue angle of 292.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82ADE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 42 | 222 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.13 |
| HSL | 292.67º | 0.73% | 0.52% | - |
| HSV(B) | 292.67º | 0.81% | 0.87% | - |
| XYZ | 37.83 | 19.21 | 70.82 | - |
| YUV | 109.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 222 | 0.10 | 0.81 | 0 | 0.13 | 292.67 | 0.73 | 0.52 |
| Hex | C8 | 2A | DE | A | 51 | 0 | D | 125 | 49 | 34 |
| Octal | 310 | 52 | 336 | 12 | 121 | 0 | 15 | 445 | 111 | 64 |
| Binary | 11001000 | 101010 | 11011110 | 1010 | 1010001 | 0 | 1101 | 100100101 | 1001001 | 110100 |
Color Harmonies of #C82ADE
Complementary color
Monochromatic Colors of #C82ADE
Black with #C82ADE
Text Example
Text Example
White with #C82ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ADE; }
p { color: rgb(200,42,222); }
H1.HeaderClassName
{
color: #C82ADE;
}
.AnyTagClassName
{
color: #C82ADE;
}
</style>
background-color css
<style>
a { background-color: #C82ADE; }
a { background-color: rgb(200,42,222); }
div.DivClassName
{
background-color: #C82ADE;
}
.BgClassName
{
background-color: #C82ADE;
}
</style>
border-color css
<style>
span { border-color: #C82ADE; }
span { border-color: rgb(200,42,222); }
td.TdClassName
{
border-color: #C82ADE;
}
.TagClassName
{
border-color: #C82ADE;
}
</style>