Shades of Medium Orchid #C82CDE
Tints of Medium Orchid #C82CDE
RGB
CMYK
RGB Variations
Color information
#C82CDE (or 0xC82CDE) is known color: Medium Orchid. HEX triplet: C8, 2C and DE. RGB value is (200,44,222). Sum of RGB (Red+Green+Blue) = 200+44+222=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #C82CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CDE is #37D321. Grayscale: #6E6E6E. Windows color (decimal): -3658530 or 14560456. OLE color: 14560456.
HSL color Cylindrical-coordinate representation of color #C82CDE: hue angle of 292.58º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82CDE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 44 | 222 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.13 |
| HSL | 292.58º | 0.73% | 0.52% | - |
| HSV(B) | 292.58º | 0.8% | 0.87% | - |
| XYZ | 37.9 | 19.35 | 70.85 | - |
| YUV | 110.94 | 190.68 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 222 | 0.10 | 0.80 | 0 | 0.13 | 292.58 | 0.73 | 0.52 |
| Hex | C8 | 2C | DE | A | 50 | 0 | D | 125 | 49 | 34 |
| Octal | 310 | 54 | 336 | 12 | 120 | 0 | 15 | 445 | 111 | 64 |
| Binary | 11001000 | 101100 | 11011110 | 1010 | 1010000 | 0 | 1101 | 100100101 | 1001001 | 110100 |
Color Harmonies of #C82CDE
Complementary color
Monochromatic Colors of #C82CDE
Black with #C82CDE
Text Example
Text Example
White with #C82CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CDE; }
p { color: rgb(200,44,222); }
H1.HeaderClassName
{
color: #C82CDE;
}
.AnyTagClassName
{
color: #C82CDE;
}
</style>
background-color css
<style>
a { background-color: #C82CDE; }
a { background-color: rgb(200,44,222); }
div.DivClassName
{
background-color: #C82CDE;
}
.BgClassName
{
background-color: #C82CDE;
}
</style>
border-color css
<style>
span { border-color: #C82CDE; }
span { border-color: rgb(200,44,222); }
td.TdClassName
{
border-color: #C82CDE;
}
.TagClassName
{
border-color: #C82CDE;
}
</style>