Shades of Medium Orchid #C85EED
Tints of Medium Orchid #C85EED
RGB
CMYK
RGB Variations
Color information
#C85EED (or 0xC85EED) is known color: Medium Orchid. HEX triplet: C8, 5E and ED. RGB value is (200,94,237). Sum of RGB (Red+Green+Blue) = 200+94+237=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #C85EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EED is #37A112. Grayscale: #8D8D8D. Windows color (decimal): -3645715 or 15556296. OLE color: 15556296.
HSL color Cylindrical-coordinate representation of color #C85EED: hue angle of 284.48º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85EED is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 94 | 237 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.07 |
| HSL | 284.48º | 0.8% | 0.65% | - |
| HSV(B) | 284.48º | 0.6% | 0.93% | - |
| XYZ | 43.11 | 26.4 | 82.94 | - |
| YUV | 142 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 237 | 0.16 | 0.60 | 0 | 0.07 | 284.48 | 0.8 | 0.65 |
| Hex | C8 | 5E | ED | 10 | 3C | 0 | 7 | 11C | 50 | 41 |
| Octal | 310 | 136 | 355 | 20 | 74 | 0 | 7 | 434 | 120 | 101 |
| Binary | 11001000 | 1011110 | 11101101 | 10000 | 111100 | 0 | 111 | 100011100 | 1010000 | 1000001 |
Color Harmonies of #C85EED
Complementary color
Monochromatic Colors of #C85EED
Black with #C85EED
Text Example
Text Example
White with #C85EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EED; }
p { color: rgb(200,94,237); }
H1.HeaderClassName
{
color: #C85EED;
}
.AnyTagClassName
{
color: #C85EED;
}
</style>
background-color css
<style>
a { background-color: #C85EED; }
a { background-color: rgb(200,94,237); }
div.DivClassName
{
background-color: #C85EED;
}
.BgClassName
{
background-color: #C85EED;
}
</style>
border-color css
<style>
span { border-color: #C85EED; }
span { border-color: rgb(200,94,237); }
td.TdClassName
{
border-color: #C85EED;
}
.TagClassName
{
border-color: #C85EED;
}
</style>