Shades of Medium Orchid #C85ED3
Tints of Medium Orchid #C85ED3
RGB
CMYK
RGB Variations
Color information
#C85ED3 (or 0xC85ED3) is known color: Medium Orchid. HEX triplet: C8, 5E and D3. RGB value is (200,94,211). Sum of RGB (Red+Green+Blue) = 200+94+211=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #C85ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ED3 is #37A12C. Grayscale: #8A8A8A. Windows color (decimal): -3645741 or 13852360. OLE color: 13852360.
HSL color Cylindrical-coordinate representation of color #C85ED3: hue angle of 294.36º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85ED3 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 94 | 211 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.17 |
| HSL | 294.36º | 0.57% | 0.6% | - |
| HSV(B) | 294.36º | 0.55% | 0.83% | - |
| XYZ | 39.58 | 24.99 | 64.37 | - |
| YUV | 139.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 211 | 0.05 | 0.55 | 0 | 0.17 | 294.36 | 0.57 | 0.6 |
| Hex | C8 | 5E | D3 | 5 | 37 | 0 | 11 | 126 | 39 | 3C |
| Octal | 310 | 136 | 323 | 5 | 67 | 0 | 21 | 446 | 71 | 74 |
| Binary | 11001000 | 1011110 | 11010011 | 101 | 110111 | 0 | 10001 | 100100110 | 111001 | 111100 |
Color Harmonies of #C85ED3
Complementary color
Monochromatic Colors of #C85ED3
Black with #C85ED3
Text Example
Text Example
White with #C85ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ED3; }
p { color: rgb(200,94,211); }
H1.HeaderClassName
{
color: #C85ED3;
}
.AnyTagClassName
{
color: #C85ED3;
}
</style>
background-color css
<style>
a { background-color: #C85ED3; }
a { background-color: rgb(200,94,211); }
div.DivClassName
{
background-color: #C85ED3;
}
.BgClassName
{
background-color: #C85ED3;
}
</style>
border-color css
<style>
span { border-color: #C85ED3; }
span { border-color: rgb(200,94,211); }
td.TdClassName
{
border-color: #C85ED3;
}
.TagClassName
{
border-color: #C85ED3;
}
</style>