Shades of Medium Orchid #C03DDB
Tints of Medium Orchid #C03DDB
RGB
CMYK
RGB Variations
Color information
#C03DDB (or 0xC03DDB) is known color: Medium Orchid. HEX triplet: C0, 3D and DB. RGB value is (192,61,219). Sum of RGB (Red+Green+Blue) = 192+61+219=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #C03DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DDB is #3FC224. Grayscale: #757575. Windows color (decimal): -4178469 or 14368192. OLE color: 14368192.
HSL color Cylindrical-coordinate representation of color #C03DDB: hue angle of 289.75º 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 #C03DDB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 61 | 219 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.14 |
| HSL | 289.75º | 0.69% | 0.55% | - |
| HSV(B) | 289.75º | 0.72% | 0.86% | - |
| XYZ | 36.19 | 19.66 | 68.9 | - |
| YUV | 118.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 219 | 0.12 | 0.72 | 0 | 0.14 | 289.75 | 0.69 | 0.55 |
| Hex | C0 | 3D | DB | C | 48 | 0 | E | 122 | 45 | 37 |
| Octal | 300 | 75 | 333 | 14 | 110 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000000 | 111101 | 11011011 | 1100 | 1001000 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C03DDB
Complementary color
Monochromatic Colors of #C03DDB
Black with #C03DDB
Text Example
Text Example
White with #C03DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DDB; }
p { color: rgb(192,61,219); }
H1.HeaderClassName
{
color: #C03DDB;
}
.AnyTagClassName
{
color: #C03DDB;
}
</style>
background-color css
<style>
a { background-color: #C03DDB; }
a { background-color: rgb(192,61,219); }
div.DivClassName
{
background-color: #C03DDB;
}
.BgClassName
{
background-color: #C03DDB;
}
</style>
border-color css
<style>
span { border-color: #C03DDB; }
span { border-color: rgb(192,61,219); }
td.TdClassName
{
border-color: #C03DDB;
}
.TagClassName
{
border-color: #C03DDB;
}
</style>