Shades of Medium Orchid #C03EDB
Tints of Medium Orchid #C03EDB
RGB
CMYK
RGB Variations
Color information
#C03EDB (or 0xC03EDB) is known color: Medium Orchid. HEX triplet: C0, 3E and DB. RGB value is (192,62,219). Sum of RGB (Red+Green+Blue) = 192+62+219=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #C03EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EDB is #3FC124. Grayscale: #767676. Windows color (decimal): -4178213 or 14368448. OLE color: 14368448.
HSL color Cylindrical-coordinate representation of color #C03EDB: hue angle of 289.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03EDB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 62 | 219 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.14 |
| HSL | 289.68º | 0.69% | 0.55% | - |
| HSV(B) | 289.68º | 0.72% | 0.86% | - |
| XYZ | 36.25 | 19.77 | 68.92 | - |
| YUV | 118.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 219 | 0.12 | 0.72 | 0 | 0.14 | 289.68 | 0.69 | 0.55 |
| Hex | C0 | 3E | DB | C | 48 | 0 | E | 122 | 45 | 37 |
| Octal | 300 | 76 | 333 | 14 | 110 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000000 | 111110 | 11011011 | 1100 | 1001000 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C03EDB
Complementary color
Monochromatic Colors of #C03EDB
Black with #C03EDB
Text Example
Text Example
White with #C03EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EDB; }
p { color: rgb(192,62,219); }
H1.HeaderClassName
{
color: #C03EDB;
}
.AnyTagClassName
{
color: #C03EDB;
}
</style>
background-color css
<style>
a { background-color: #C03EDB; }
a { background-color: rgb(192,62,219); }
div.DivClassName
{
background-color: #C03EDB;
}
.BgClassName
{
background-color: #C03EDB;
}
</style>
border-color css
<style>
span { border-color: #C03EDB; }
span { border-color: rgb(192,62,219); }
td.TdClassName
{
border-color: #C03EDB;
}
.TagClassName
{
border-color: #C03EDB;
}
</style>