Shades of Medium Orchid #C85ED6
Tints of Medium Orchid #C85ED6
RGB
CMYK
RGB Variations
Color information
#C85ED6 (or 0xC85ED6) is known color: Medium Orchid. HEX triplet: C8, 5E and D6. RGB value is (200,94,214). Sum of RGB (Red+Green+Blue) = 200+94+214=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #C85ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ED6 is #37A129. Grayscale: #8B8B8B. Windows color (decimal): -3645738 or 14048968. OLE color: 14048968.
HSL color Cylindrical-coordinate representation of color #C85ED6: hue angle of 293º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85ED6 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 94 | 214 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.16 |
| HSL | 293º | 0.59% | 0.6% | - |
| HSV(B) | 293º | 0.56% | 0.84% | - |
| XYZ | 39.96 | 25.14 | 66.36 | - |
| YUV | 139.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 214 | 0.07 | 0.56 | 0 | 0.16 | 293 | 0.59 | 0.6 |
| Hex | C8 | 5E | D6 | 7 | 38 | 0 | 10 | 125 | 3B | 3C |
| Octal | 310 | 136 | 326 | 7 | 70 | 0 | 20 | 445 | 73 | 74 |
| Binary | 11001000 | 1011110 | 11010110 | 111 | 111000 | 0 | 10000 | 100100101 | 111011 | 111100 |
Color Harmonies of #C85ED6
Complementary color
Monochromatic Colors of #C85ED6
Black with #C85ED6
Text Example
Text Example
White with #C85ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ED6; }
p { color: rgb(200,94,214); }
H1.HeaderClassName
{
color: #C85ED6;
}
.AnyTagClassName
{
color: #C85ED6;
}
</style>
background-color css
<style>
a { background-color: #C85ED6; }
a { background-color: rgb(200,94,214); }
div.DivClassName
{
background-color: #C85ED6;
}
.BgClassName
{
background-color: #C85ED6;
}
</style>
border-color css
<style>
span { border-color: #C85ED6; }
span { border-color: rgb(200,94,214); }
td.TdClassName
{
border-color: #C85ED6;
}
.TagClassName
{
border-color: #C85ED6;
}
</style>