Shades of Medium Orchid #C050DB
Tints of Medium Orchid #C050DB
RGB
CMYK
RGB Variations
Color information
#C050DB (or 0xC050DB) is known color: Medium Orchid. HEX triplet: C0, 50 and DB. RGB value is (192,80,219). Sum of RGB (Red+Green+Blue) = 192+80+219=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C050DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050DB is #3FAF24. Grayscale: #808080. Windows color (decimal): -4173605 or 14373056. OLE color: 14373056.
HSL color Cylindrical-coordinate representation of color #C050DB: hue angle of 288.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C050DB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 80 | 219 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.14 |
| HSL | 288.35º | 0.66% | 0.59% | - |
| HSV(B) | 288.35º | 0.63% | 0.86% | - |
| XYZ | 37.39 | 22.06 | 69.3 | - |
| YUV | 129.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 219 | 0.12 | 0.63 | 0 | 0.14 | 288.35 | 0.66 | 0.59 |
| Hex | C0 | 50 | DB | C | 3F | 0 | E | 120 | 42 | 3B |
| Octal | 300 | 120 | 333 | 14 | 77 | 0 | 16 | 440 | 102 | 73 |
| Binary | 11000000 | 1010000 | 11011011 | 1100 | 111111 | 0 | 1110 | 100100000 | 1000010 | 111011 |
Color Harmonies of #C050DB
Complementary color
Monochromatic Colors of #C050DB
Black with #C050DB
Text Example
Text Example
White with #C050DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050DB; }
p { color: rgb(192,80,219); }
H1.HeaderClassName
{
color: #C050DB;
}
.AnyTagClassName
{
color: #C050DB;
}
</style>
background-color css
<style>
a { background-color: #C050DB; }
a { background-color: rgb(192,80,219); }
div.DivClassName
{
background-color: #C050DB;
}
.BgClassName
{
background-color: #C050DB;
}
</style>
border-color css
<style>
span { border-color: #C050DB; }
span { border-color: rgb(192,80,219); }
td.TdClassName
{
border-color: #C050DB;
}
.TagClassName
{
border-color: #C050DB;
}
</style>