Shades of Medium Orchid #C82DDC
Tints of Medium Orchid #C82DDC
RGB
CMYK
RGB Variations
Color information
#C82DDC (or 0xC82DDC) is known color: Medium Orchid. HEX triplet: C8, 2D and DC. RGB value is (200,45,220). Sum of RGB (Red+Green+Blue) = 200+45+220=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #C82DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DDC is #37D223. Grayscale: #6E6E6E. Windows color (decimal): -3658276 or 14429640. OLE color: 14429640.
HSL color Cylindrical-coordinate representation of color #C82DDC: hue angle of 293.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82DDC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 45 | 220 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.14 |
| HSL | 293.14º | 0.71% | 0.52% | - |
| HSV(B) | 293.14º | 0.8% | 0.86% | - |
| XYZ | 37.68 | 19.32 | 69.45 | - |
| YUV | 111.3 | 189.35 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 220 | 0.09 | 0.80 | 0 | 0.14 | 293.14 | 0.71 | 0.52 |
| Hex | C8 | 2D | DC | 9 | 50 | 0 | E | 125 | 47 | 34 |
| Octal | 310 | 55 | 334 | 11 | 120 | 0 | 16 | 445 | 107 | 64 |
| Binary | 11001000 | 101101 | 11011100 | 1001 | 1010000 | 0 | 1110 | 100100101 | 1000111 | 110100 |
Color Harmonies of #C82DDC
Complementary color
Monochromatic Colors of #C82DDC
Black with #C82DDC
Text Example
Text Example
White with #C82DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DDC; }
p { color: rgb(200,45,220); }
H1.HeaderClassName
{
color: #C82DDC;
}
.AnyTagClassName
{
color: #C82DDC;
}
</style>
background-color css
<style>
a { background-color: #C82DDC; }
a { background-color: rgb(200,45,220); }
div.DivClassName
{
background-color: #C82DDC;
}
.BgClassName
{
background-color: #C82DDC;
}
</style>
border-color css
<style>
span { border-color: #C82DDC; }
span { border-color: rgb(200,45,220); }
td.TdClassName
{
border-color: #C82DDC;
}
.TagClassName
{
border-color: #C82DDC;
}
</style>