Shades of Medium Orchid #C82DDB
Tints of Medium Orchid #C82DDB
RGB
CMYK
RGB Variations
Color information
#C82DDB (or 0xC82DDB) is known color: Medium Orchid. HEX triplet: C8, 2D and DB. RGB value is (200,45,219). Sum of RGB (Red+Green+Blue) = 200+45+219=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #C82DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DDB is #37D224. Grayscale: #6E6E6E. Windows color (decimal): -3658277 or 14364104. OLE color: 14364104.
HSL color Cylindrical-coordinate representation of color #C82DDB: hue angle of 293.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82DDB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 45 | 219 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.14 |
| HSL | 293.45º | 0.71% | 0.52% | - |
| HSV(B) | 293.45º | 0.79% | 0.86% | - |
| XYZ | 37.54 | 19.27 | 68.76 | - |
| YUV | 111.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 219 | 0.09 | 0.79 | 0 | 0.14 | 293.45 | 0.71 | 0.52 |
| Hex | C8 | 2D | DB | 9 | 4F | 0 | E | 125 | 47 | 34 |
| Octal | 310 | 55 | 333 | 11 | 117 | 0 | 16 | 445 | 107 | 64 |
| Binary | 11001000 | 101101 | 11011011 | 1001 | 1001111 | 0 | 1110 | 100100101 | 1000111 | 110100 |
Color Harmonies of #C82DDB
Complementary color
Monochromatic Colors of #C82DDB
Black with #C82DDB
Text Example
Text Example
White with #C82DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DDB; }
p { color: rgb(200,45,219); }
H1.HeaderClassName
{
color: #C82DDB;
}
.AnyTagClassName
{
color: #C82DDB;
}
</style>
background-color css
<style>
a { background-color: #C82DDB; }
a { background-color: rgb(200,45,219); }
div.DivClassName
{
background-color: #C82DDB;
}
.BgClassName
{
background-color: #C82DDB;
}
</style>
border-color css
<style>
span { border-color: #C82DDB; }
span { border-color: rgb(200,45,219); }
td.TdClassName
{
border-color: #C82DDB;
}
.TagClassName
{
border-color: #C82DDB;
}
</style>