Shades of Medium Orchid #C03BDB
Tints of Medium Orchid #C03BDB
RGB
CMYK
RGB Variations
Color information
#C03BDB (or 0xC03BDB) is known color: Medium Orchid. HEX triplet: C0, 3B and DB. RGB value is (192,59,219). Sum of RGB (Red+Green+Blue) = 192+59+219=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #C03BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BDB is #3FC424. Grayscale: #747474. Windows color (decimal): -4178981 or 14367680. OLE color: 14367680.
HSL color Cylindrical-coordinate representation of color #C03BDB: hue angle of 289.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03BDB is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 59 | 219 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.14 |
| HSL | 289.88º | 0.69% | 0.55% | - |
| HSV(B) | 289.88º | 0.73% | 0.86% | - |
| XYZ | 36.09 | 19.45 | 68.87 | - |
| YUV | 117.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 219 | 0.12 | 0.73 | 0 | 0.14 | 289.88 | 0.69 | 0.55 |
| Hex | C0 | 3B | DB | C | 49 | 0 | E | 122 | 45 | 37 |
| Octal | 300 | 73 | 333 | 14 | 111 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000000 | 111011 | 11011011 | 1100 | 1001001 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C03BDB
Complementary color
Monochromatic Colors of #C03BDB
Black with #C03BDB
Text Example
Text Example
White with #C03BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BDB; }
p { color: rgb(192,59,219); }
H1.HeaderClassName
{
color: #C03BDB;
}
.AnyTagClassName
{
color: #C03BDB;
}
</style>
background-color css
<style>
a { background-color: #C03BDB; }
a { background-color: rgb(192,59,219); }
div.DivClassName
{
background-color: #C03BDB;
}
.BgClassName
{
background-color: #C03BDB;
}
</style>
border-color css
<style>
span { border-color: #C03BDB; }
span { border-color: rgb(192,59,219); }
td.TdClassName
{
border-color: #C03BDB;
}
.TagClassName
{
border-color: #C03BDB;
}
</style>