Shades of Medium Orchid #C850DF
Tints of Medium Orchid #C850DF
RGB
CMYK
RGB Variations
Color information
#C850DF (or 0xC850DF) is known color: Medium Orchid. HEX triplet: C8, 50 and DF. RGB value is (200,80,223). Sum of RGB (Red+Green+Blue) = 200+80+223=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #C850DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850DF is #37AF20. Grayscale: #838383. Windows color (decimal): -3649313 or 14635208. OLE color: 14635208.
HSL color Cylindrical-coordinate representation of color #C850DF: hue angle of 290.35º 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 #C850DF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 80 | 223 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.13 |
| HSL | 290.35º | 0.69% | 0.59% | - |
| HSV(B) | 290.35º | 0.64% | 0.87% | - |
| XYZ | 40.01 | 23.34 | 72.21 | - |
| YUV | 132.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 223 | 0.10 | 0.64 | 0 | 0.13 | 290.35 | 0.69 | 0.59 |
| Hex | C8 | 50 | DF | A | 40 | 0 | D | 122 | 45 | 3B |
| Octal | 310 | 120 | 337 | 12 | 100 | 0 | 15 | 442 | 105 | 73 |
| Binary | 11001000 | 1010000 | 11011111 | 1010 | 1000000 | 0 | 1101 | 100100010 | 1000101 | 111011 |
Color Harmonies of #C850DF
Complementary color
Monochromatic Colors of #C850DF
Black with #C850DF
Text Example
Text Example
White with #C850DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850DF; }
p { color: rgb(200,80,223); }
H1.HeaderClassName
{
color: #C850DF;
}
.AnyTagClassName
{
color: #C850DF;
}
</style>
background-color css
<style>
a { background-color: #C850DF; }
a { background-color: rgb(200,80,223); }
div.DivClassName
{
background-color: #C850DF;
}
.BgClassName
{
background-color: #C850DF;
}
</style>
border-color css
<style>
span { border-color: #C850DF; }
span { border-color: rgb(200,80,223); }
td.TdClassName
{
border-color: #C850DF;
}
.TagClassName
{
border-color: #C850DF;
}
</style>