Shades of Medium Orchid #C03CDB
Tints of Medium Orchid #C03CDB
RGB
CMYK
RGB Variations
Color information
#C03CDB (or 0xC03CDB) is known color: Medium Orchid. HEX triplet: C0, 3C and DB. RGB value is (192,60,219). Sum of RGB (Red+Green+Blue) = 192+60+219=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #C03CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CDB is #3FC324. Grayscale: #757575. Windows color (decimal): -4178725 or 14367936. OLE color: 14367936.
HSL color Cylindrical-coordinate representation of color #C03CDB: hue angle of 289.81º 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 #C03CDB is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 60 | 219 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.14 |
| HSL | 289.81º | 0.69% | 0.55% | - |
| HSV(B) | 289.81º | 0.73% | 0.86% | - |
| XYZ | 36.14 | 19.55 | 68.89 | - |
| YUV | 117.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 219 | 0.12 | 0.73 | 0 | 0.14 | 289.81 | 0.69 | 0.55 |
| Hex | C0 | 3C | DB | C | 49 | 0 | E | 122 | 45 | 37 |
| Octal | 300 | 74 | 333 | 14 | 111 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000000 | 111100 | 11011011 | 1100 | 1001001 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C03CDB
Complementary color
Monochromatic Colors of #C03CDB
Black with #C03CDB
Text Example
Text Example
White with #C03CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CDB; }
p { color: rgb(192,60,219); }
H1.HeaderClassName
{
color: #C03CDB;
}
.AnyTagClassName
{
color: #C03CDB;
}
</style>
background-color css
<style>
a { background-color: #C03CDB; }
a { background-color: rgb(192,60,219); }
div.DivClassName
{
background-color: #C03CDB;
}
.BgClassName
{
background-color: #C03CDB;
}
</style>
border-color css
<style>
span { border-color: #C03CDB; }
span { border-color: rgb(192,60,219); }
td.TdClassName
{
border-color: #C03CDB;
}
.TagClassName
{
border-color: #C03CDB;
}
</style>