Shades of Medium Orchid #C82CDD
Tints of Medium Orchid #C82CDD
RGB
CMYK
RGB Variations
Color information
#C82CDD (or 0xC82CDD) is known color: Medium Orchid. HEX triplet: C8, 2C and DD. RGB value is (200,44,221). Sum of RGB (Red+Green+Blue) = 200+44+221=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C82CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CDD is #37D322. Grayscale: #6E6E6E. Windows color (decimal): -3658531 or 14494920. OLE color: 14494920.
HSL color Cylindrical-coordinate representation of color #C82CDD: hue angle of 292.88º degrees, saturation: 0.72, 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 #C82CDD is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 44 | 221 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.13 |
| HSL | 292.88º | 0.72% | 0.52% | - |
| HSV(B) | 292.88º | 0.8% | 0.87% | - |
| XYZ | 37.77 | 19.3 | 70.14 | - |
| YUV | 110.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 221 | 0.10 | 0.80 | 0 | 0.13 | 292.88 | 0.72 | 0.52 |
| Hex | C8 | 2C | DD | A | 50 | 0 | D | 125 | 48 | 34 |
| Octal | 310 | 54 | 335 | 12 | 120 | 0 | 15 | 445 | 110 | 64 |
| Binary | 11001000 | 101100 | 11011101 | 1010 | 1010000 | 0 | 1101 | 100100101 | 1001000 | 110100 |
Color Harmonies of #C82CDD
Complementary color
Monochromatic Colors of #C82CDD
Black with #C82CDD
Text Example
Text Example
White with #C82CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CDD; }
p { color: rgb(200,44,221); }
H1.HeaderClassName
{
color: #C82CDD;
}
.AnyTagClassName
{
color: #C82CDD;
}
</style>
background-color css
<style>
a { background-color: #C82CDD; }
a { background-color: rgb(200,44,221); }
div.DivClassName
{
background-color: #C82CDD;
}
.BgClassName
{
background-color: #C82CDD;
}
</style>
border-color css
<style>
span { border-color: #C82CDD; }
span { border-color: rgb(200,44,221); }
td.TdClassName
{
border-color: #C82CDD;
}
.TagClassName
{
border-color: #C82CDD;
}
</style>