Shades of Medium Orchid #C85DE7
Tints of Medium Orchid #C85DE7
RGB
CMYK
RGB Variations
Color information
#C85DE7 (or 0xC85DE7) is known color: Medium Orchid. HEX triplet: C8, 5D and E7. RGB value is (200,93,231). Sum of RGB (Red+Green+Blue) = 200+93+231=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #C85DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DE7 is #37A218. Grayscale: #8C8C8C. Windows color (decimal): -3645977 or 15162824. OLE color: 15162824.
HSL color Cylindrical-coordinate representation of color #C85DE7: hue angle of 286.52º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85DE7 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 93 | 231 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.09 |
| HSL | 286.52º | 0.74% | 0.64% | - |
| HSV(B) | 286.52º | 0.6% | 0.91% | - |
| XYZ | 42.16 | 25.88 | 78.37 | - |
| YUV | 140.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 231 | 0.13 | 0.60 | 0 | 0.09 | 286.52 | 0.74 | 0.64 |
| Hex | C8 | 5D | E7 | D | 3C | 0 | 9 | 11F | 4A | 40 |
| Octal | 310 | 135 | 347 | 15 | 74 | 0 | 11 | 437 | 112 | 100 |
| Binary | 11001000 | 1011101 | 11100111 | 1101 | 111100 | 0 | 1001 | 100011111 | 1001010 | 1000000 |
Color Harmonies of #C85DE7
Complementary color
Monochromatic Colors of #C85DE7
Black with #C85DE7
Text Example
Text Example
White with #C85DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DE7; }
p { color: rgb(200,93,231); }
H1.HeaderClassName
{
color: #C85DE7;
}
.AnyTagClassName
{
color: #C85DE7;
}
</style>
background-color css
<style>
a { background-color: #C85DE7; }
a { background-color: rgb(200,93,231); }
div.DivClassName
{
background-color: #C85DE7;
}
.BgClassName
{
background-color: #C85DE7;
}
</style>
border-color css
<style>
span { border-color: #C85DE7; }
span { border-color: rgb(200,93,231); }
td.TdClassName
{
border-color: #C85DE7;
}
.TagClassName
{
border-color: #C85DE7;
}
</style>