Shades of Medium Orchid #C850DC
Tints of Medium Orchid #C850DC
RGB
CMYK
RGB Variations
Color information
#C850DC (or 0xC850DC) is known color: Medium Orchid. HEX triplet: C8, 50 and DC. RGB value is (200,80,220). Sum of RGB (Red+Green+Blue) = 200+80+220=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C850DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850DC is #37AF23. Grayscale: #838383. Windows color (decimal): -3649316 or 14438600. OLE color: 14438600.
HSL color Cylindrical-coordinate representation of color #C850DC: hue angle of 291.43º 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 #C850DC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 80 | 220 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.14 |
| HSL | 291.43º | 0.67% | 0.59% | - |
| HSV(B) | 291.43º | 0.64% | 0.86% | - |
| XYZ | 39.61 | 23.18 | 70.1 | - |
| YUV | 131.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 220 | 0.09 | 0.64 | 0 | 0.14 | 291.43 | 0.67 | 0.59 |
| Hex | C8 | 50 | DC | 9 | 40 | 0 | E | 123 | 43 | 3B |
| Octal | 310 | 120 | 334 | 11 | 100 | 0 | 16 | 443 | 103 | 73 |
| Binary | 11001000 | 1010000 | 11011100 | 1001 | 1000000 | 0 | 1110 | 100100011 | 1000011 | 111011 |
Color Harmonies of #C850DC
Complementary color
Monochromatic Colors of #C850DC
Black with #C850DC
Text Example
Text Example
White with #C850DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850DC; }
p { color: rgb(200,80,220); }
H1.HeaderClassName
{
color: #C850DC;
}
.AnyTagClassName
{
color: #C850DC;
}
</style>
background-color css
<style>
a { background-color: #C850DC; }
a { background-color: rgb(200,80,220); }
div.DivClassName
{
background-color: #C850DC;
}
.BgClassName
{
background-color: #C850DC;
}
</style>
border-color css
<style>
span { border-color: #C850DC; }
span { border-color: rgb(200,80,220); }
td.TdClassName
{
border-color: #C850DC;
}
.TagClassName
{
border-color: #C850DC;
}
</style>