Shades of Medium Orchid #C04DDB
Tints of Medium Orchid #C04DDB
RGB
CMYK
RGB Variations
Color information
#C04DDB (or 0xC04DDB) is known color: Medium Orchid. HEX triplet: C0, 4D and DB. RGB value is (192,77,219). Sum of RGB (Red+Green+Blue) = 192+77+219=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C04DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DDB is #3FB224. Grayscale: #7F7F7F. Windows color (decimal): -4174373 or 14372288. OLE color: 14372288.
HSL color Cylindrical-coordinate representation of color #C04DDB: hue angle of 288.59º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04DDB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 77 | 219 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.14 |
| HSL | 288.59º | 0.66% | 0.58% | - |
| HSV(B) | 288.59º | 0.65% | 0.86% | - |
| XYZ | 37.18 | 21.63 | 69.23 | - |
| YUV | 127.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 219 | 0.12 | 0.65 | 0 | 0.14 | 288.59 | 0.66 | 0.58 |
| Hex | C0 | 4D | DB | C | 41 | 0 | E | 121 | 42 | 3A |
| Octal | 300 | 115 | 333 | 14 | 101 | 0 | 16 | 441 | 102 | 72 |
| Binary | 11000000 | 1001101 | 11011011 | 1100 | 1000001 | 0 | 1110 | 100100001 | 1000010 | 111010 |
Color Harmonies of #C04DDB
Complementary color
Monochromatic Colors of #C04DDB
Black with #C04DDB
Text Example
Text Example
White with #C04DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DDB; }
p { color: rgb(192,77,219); }
H1.HeaderClassName
{
color: #C04DDB;
}
.AnyTagClassName
{
color: #C04DDB;
}
</style>
background-color css
<style>
a { background-color: #C04DDB; }
a { background-color: rgb(192,77,219); }
div.DivClassName
{
background-color: #C04DDB;
}
.BgClassName
{
background-color: #C04DDB;
}
</style>
border-color css
<style>
span { border-color: #C04DDB; }
span { border-color: rgb(192,77,219); }
td.TdClassName
{
border-color: #C04DDB;
}
.TagClassName
{
border-color: #C04DDB;
}
</style>