Shades of Medium Orchid #C050DF
Tints of Medium Orchid #C050DF
RGB
CMYK
RGB Variations
Color information
#C050DF (or 0xC050DF) is known color: Medium Orchid. HEX triplet: C0, 50 and DF. RGB value is (192,80,223). Sum of RGB (Red+Green+Blue) = 192+80+223=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #C050DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050DF is #3FAF20. Grayscale: #818181. Windows color (decimal): -4173601 or 14635200. OLE color: 14635200.
HSL color Cylindrical-coordinate representation of color #C050DF: hue angle of 286.99º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C050DF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 80 | 223 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.13 |
| HSL | 286.99º | 0.69% | 0.59% | - |
| HSV(B) | 286.99º | 0.64% | 0.87% | - |
| XYZ | 37.93 | 22.27 | 72.11 | - |
| YUV | 129.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 223 | 0.14 | 0.64 | 0 | 0.13 | 286.99 | 0.69 | 0.59 |
| Hex | C0 | 50 | DF | E | 40 | 0 | D | 11F | 45 | 3B |
| Octal | 300 | 120 | 337 | 16 | 100 | 0 | 15 | 437 | 105 | 73 |
| Binary | 11000000 | 1010000 | 11011111 | 1110 | 1000000 | 0 | 1101 | 100011111 | 1000101 | 111011 |
Color Harmonies of #C050DF
Complementary color
Monochromatic Colors of #C050DF
Black with #C050DF
Text Example
Text Example
White with #C050DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050DF; }
p { color: rgb(192,80,223); }
H1.HeaderClassName
{
color: #C050DF;
}
.AnyTagClassName
{
color: #C050DF;
}
</style>
background-color css
<style>
a { background-color: #C050DF; }
a { background-color: rgb(192,80,223); }
div.DivClassName
{
background-color: #C050DF;
}
.BgClassName
{
background-color: #C050DF;
}
</style>
border-color css
<style>
span { border-color: #C050DF; }
span { border-color: rgb(192,80,223); }
td.TdClassName
{
border-color: #C050DF;
}
.TagClassName
{
border-color: #C050DF;
}
</style>