Shades of Medium Orchid #C82CDC
Tints of Medium Orchid #C82CDC
RGB
CMYK
RGB Variations
Color information
#C82CDC (or 0xC82CDC) is known color: Medium Orchid. HEX triplet: C8, 2C and DC. RGB value is (200,44,220). Sum of RGB (Red+Green+Blue) = 200+44+220=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #C82CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CDC is #37D323. Grayscale: #6E6E6E. Windows color (decimal): -3658532 or 14429384. OLE color: 14429384.
HSL color Cylindrical-coordinate representation of color #C82CDC: hue angle of 293.18º degrees, saturation: 0.72, 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 #C82CDC is Cyan = 0.09, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 44 | 220 | - |
| CMYK | 0.09 | 0.8 | 0 | 0.14 |
| HSL | 293.18º | 0.72% | 0.52% | - |
| HSV(B) | 293.18º | 0.8% | 0.86% | - |
| XYZ | 37.64 | 19.25 | 69.44 | - |
| YUV | 110.71 | 189.68 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 220 | 0.09 | 0.8 | 0 | 0.14 | 293.18 | 0.72 | 0.52 |
| Hex | C8 | 2C | DC | 9 | 50 | 0 | E | 125 | 48 | 34 |
| Octal | 310 | 54 | 334 | 11 | 120 | 0 | 16 | 445 | 110 | 64 |
| Binary | 11001000 | 101100 | 11011100 | 1001 | 1010000 | 0 | 1110 | 100100101 | 1001000 | 110100 |
Color Harmonies of #C82CDC
Complementary color
Monochromatic Colors of #C82CDC
Black with #C82CDC
Text Example
Text Example
White with #C82CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CDC; }
p { color: rgb(200,44,220); }
H1.HeaderClassName
{
color: #C82CDC;
}
.AnyTagClassName
{
color: #C82CDC;
}
</style>
background-color css
<style>
a { background-color: #C82CDC; }
a { background-color: rgb(200,44,220); }
div.DivClassName
{
background-color: #C82CDC;
}
.BgClassName
{
background-color: #C82CDC;
}
</style>
border-color css
<style>
span { border-color: #C82CDC; }
span { border-color: rgb(200,44,220); }
td.TdClassName
{
border-color: #C82CDC;
}
.TagClassName
{
border-color: #C82CDC;
}
</style>