Shades of Medium Orchid #C03FDB
Tints of Medium Orchid #C03FDB
RGB
CMYK
RGB Variations
Color information
#C03FDB (or 0xC03FDB) is known color: Medium Orchid. HEX triplet: C0, 3F and DB. RGB value is (192,63,219). Sum of RGB (Red+Green+Blue) = 192+63+219=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #C03FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FDB is #3FC024. Grayscale: #767676. Windows color (decimal): -4177957 or 14368704. OLE color: 14368704.
HSL color Cylindrical-coordinate representation of color #C03FDB: hue angle of 289.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03FDB is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 63 | 219 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.14 |
| HSL | 289.62º | 0.68% | 0.55% | - |
| HSV(B) | 289.62º | 0.71% | 0.86% | - |
| XYZ | 36.3 | 19.88 | 68.94 | - |
| YUV | 119.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 219 | 0.12 | 0.71 | 0 | 0.14 | 289.62 | 0.68 | 0.55 |
| Hex | C0 | 3F | DB | C | 47 | 0 | E | 122 | 44 | 37 |
| Octal | 300 | 77 | 333 | 14 | 107 | 0 | 16 | 442 | 104 | 67 |
| Binary | 11000000 | 111111 | 11011011 | 1100 | 1000111 | 0 | 1110 | 100100010 | 1000100 | 110111 |
Color Harmonies of #C03FDB
Complementary color
Monochromatic Colors of #C03FDB
Black with #C03FDB
Text Example
Text Example
White with #C03FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FDB; }
p { color: rgb(192,63,219); }
H1.HeaderClassName
{
color: #C03FDB;
}
.AnyTagClassName
{
color: #C03FDB;
}
</style>
background-color css
<style>
a { background-color: #C03FDB; }
a { background-color: rgb(192,63,219); }
div.DivClassName
{
background-color: #C03FDB;
}
.BgClassName
{
background-color: #C03FDB;
}
</style>
border-color css
<style>
span { border-color: #C03FDB; }
span { border-color: rgb(192,63,219); }
td.TdClassName
{
border-color: #C03FDB;
}
.TagClassName
{
border-color: #C03FDB;
}
</style>