Shades of Medium Orchid #C850D7
Tints of Medium Orchid #C850D7
RGB
CMYK
RGB Variations
Color information
#C850D7 (or 0xC850D7) is known color: Medium Orchid. HEX triplet: C8, 50 and D7. RGB value is (200,80,215). Sum of RGB (Red+Green+Blue) = 200+80+215=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #C850D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850D7 is #37AF28. Grayscale: #828282. Windows color (decimal): -3649321 or 14110920. OLE color: 14110920.
HSL color Cylindrical-coordinate representation of color #C850D7: hue angle of 293.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C850D7 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 80 | 215 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.16 |
| HSL | 293.33º | 0.63% | 0.58% | - |
| HSV(B) | 293.33º | 0.63% | 0.84% | - |
| XYZ | 38.95 | 22.92 | 66.66 | - |
| YUV | 131.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 215 | 0.07 | 0.63 | 0 | 0.16 | 293.33 | 0.63 | 0.58 |
| Hex | C8 | 50 | D7 | 7 | 3F | 0 | 10 | 125 | 3F | 3A |
| Octal | 310 | 120 | 327 | 7 | 77 | 0 | 20 | 445 | 77 | 72 |
| Binary | 11001000 | 1010000 | 11010111 | 111 | 111111 | 0 | 10000 | 100100101 | 111111 | 111010 |
Color Harmonies of #C850D7
Complementary color
Monochromatic Colors of #C850D7
Black with #C850D7
Text Example
Text Example
White with #C850D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850D7; }
p { color: rgb(200,80,215); }
H1.HeaderClassName
{
color: #C850D7;
}
.AnyTagClassName
{
color: #C850D7;
}
</style>
background-color css
<style>
a { background-color: #C850D7; }
a { background-color: rgb(200,80,215); }
div.DivClassName
{
background-color: #C850D7;
}
.BgClassName
{
background-color: #C850D7;
}
</style>
border-color css
<style>
span { border-color: #C850D7; }
span { border-color: rgb(200,80,215); }
td.TdClassName
{
border-color: #C850D7;
}
.TagClassName
{
border-color: #C850D7;
}
</style>