Shades of Medium Orchid #C85CE1
Tints of Medium Orchid #C85CE1
RGB
CMYK
RGB Variations
Color information
#C85CE1 (or 0xC85CE1) is known color: Medium Orchid. HEX triplet: C8, 5C and E1. RGB value is (200,92,225). Sum of RGB (Red+Green+Blue) = 200+92+225=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #C85CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CE1 is #37A31E. Grayscale: #8B8B8B. Windows color (decimal): -3646239 or 14769352. OLE color: 14769352.
HSL color Cylindrical-coordinate representation of color #C85CE1: hue angle of 288.72º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85CE1 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 92 | 225 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.12 |
| HSL | 288.72º | 0.69% | 0.62% | - |
| HSV(B) | 288.72º | 0.59% | 0.88% | - |
| XYZ | 41.24 | 25.37 | 73.96 | - |
| YUV | 139.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 225 | 0.11 | 0.59 | 0 | 0.12 | 288.72 | 0.69 | 0.62 |
| Hex | C8 | 5C | E1 | B | 3B | 0 | C | 121 | 45 | 3E |
| Octal | 310 | 134 | 341 | 13 | 73 | 0 | 14 | 441 | 105 | 76 |
| Binary | 11001000 | 1011100 | 11100001 | 1011 | 111011 | 0 | 1100 | 100100001 | 1000101 | 111110 |
Color Harmonies of #C85CE1
Complementary color
Monochromatic Colors of #C85CE1
Black with #C85CE1
Text Example
Text Example
White with #C85CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CE1; }
p { color: rgb(200,92,225); }
H1.HeaderClassName
{
color: #C85CE1;
}
.AnyTagClassName
{
color: #C85CE1;
}
</style>
background-color css
<style>
a { background-color: #C85CE1; }
a { background-color: rgb(200,92,225); }
div.DivClassName
{
background-color: #C85CE1;
}
.BgClassName
{
background-color: #C85CE1;
}
</style>
border-color css
<style>
span { border-color: #C85CE1; }
span { border-color: rgb(200,92,225); }
td.TdClassName
{
border-color: #C85CE1;
}
.TagClassName
{
border-color: #C85CE1;
}
</style>