Shades of Medium Orchid #C050DC
Tints of Medium Orchid #C050DC
RGB
CMYK
RGB Variations
Color information
#C050DC (or 0xC050DC) is known color: Medium Orchid. HEX triplet: C0, 50 and DC. RGB value is (192,80,220). Sum of RGB (Red+Green+Blue) = 192+80+220=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #C050DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050DC is #3FAF23. Grayscale: #808080. Windows color (decimal): -4173604 or 14438592. OLE color: 14438592.
HSL color Cylindrical-coordinate representation of color #C050DC: hue angle of 288º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C050DC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 80 | 220 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.14 |
| HSL | 288º | 0.67% | 0.59% | - |
| HSV(B) | 288º | 0.64% | 0.86% | - |
| XYZ | 37.53 | 22.11 | 70 | - |
| YUV | 129.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 220 | 0.13 | 0.64 | 0 | 0.14 | 288 | 0.67 | 0.59 |
| Hex | C0 | 50 | DC | D | 40 | 0 | E | 120 | 43 | 3B |
| Octal | 300 | 120 | 334 | 15 | 100 | 0 | 16 | 440 | 103 | 73 |
| Binary | 11000000 | 1010000 | 11011100 | 1101 | 1000000 | 0 | 1110 | 100100000 | 1000011 | 111011 |
Color Harmonies of #C050DC
Complementary color
Monochromatic Colors of #C050DC
Black with #C050DC
Text Example
Text Example
White with #C050DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050DC; }
p { color: rgb(192,80,220); }
H1.HeaderClassName
{
color: #C050DC;
}
.AnyTagClassName
{
color: #C050DC;
}
</style>
background-color css
<style>
a { background-color: #C050DC; }
a { background-color: rgb(192,80,220); }
div.DivClassName
{
background-color: #C050DC;
}
.BgClassName
{
background-color: #C050DC;
}
</style>
border-color css
<style>
span { border-color: #C050DC; }
span { border-color: rgb(192,80,220); }
td.TdClassName
{
border-color: #C050DC;
}
.TagClassName
{
border-color: #C050DC;
}
</style>