Shades of Medium Orchid #C85DE0
Tints of Medium Orchid #C85DE0
RGB
CMYK
RGB Variations
Color information
#C85DE0 (or 0xC85DE0) is known color: Medium Orchid. HEX triplet: C8, 5D and E0. RGB value is (200,93,224). Sum of RGB (Red+Green+Blue) = 200+93+224=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #C85DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DE0 is #37A21F. Grayscale: #8B8B8B. Windows color (decimal): -3645984 or 14704072. OLE color: 14704072.
HSL color Cylindrical-coordinate representation of color #C85DE0: hue angle of 289.01º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85DE0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 93 | 224 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.12 |
| HSL | 289.01º | 0.68% | 0.62% | - |
| HSV(B) | 289.01º | 0.58% | 0.88% | - |
| XYZ | 41.19 | 25.49 | 73.27 | - |
| YUV | 139.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 224 | 0.11 | 0.58 | 0 | 0.12 | 289.01 | 0.68 | 0.62 |
| Hex | C8 | 5D | E0 | B | 3A | 0 | C | 121 | 44 | 3E |
| Octal | 310 | 135 | 340 | 13 | 72 | 0 | 14 | 441 | 104 | 76 |
| Binary | 11001000 | 1011101 | 11100000 | 1011 | 111010 | 0 | 1100 | 100100001 | 1000100 | 111110 |
Color Harmonies of #C85DE0
Complementary color
Monochromatic Colors of #C85DE0
Black with #C85DE0
Text Example
Text Example
White with #C85DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DE0; }
p { color: rgb(200,93,224); }
H1.HeaderClassName
{
color: #C85DE0;
}
.AnyTagClassName
{
color: #C85DE0;
}
</style>
background-color css
<style>
a { background-color: #C85DE0; }
a { background-color: rgb(200,93,224); }
div.DivClassName
{
background-color: #C85DE0;
}
.BgClassName
{
background-color: #C85DE0;
}
</style>
border-color css
<style>
span { border-color: #C85DE0; }
span { border-color: rgb(200,93,224); }
td.TdClassName
{
border-color: #C85DE0;
}
.TagClassName
{
border-color: #C85DE0;
}
</style>