Shades of Medium Orchid #C85BDE
Tints of Medium Orchid #C85BDE
RGB
CMYK
RGB Variations
Color information
#C85BDE (or 0xC85BDE) is known color: Medium Orchid. HEX triplet: C8, 5B and DE. RGB value is (200,91,222). Sum of RGB (Red+Green+Blue) = 200+91+222=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #C85BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BDE is #37A421. Grayscale: #8A8A8A. Windows color (decimal): -3646498 or 14572488. OLE color: 14572488.
HSL color Cylindrical-coordinate representation of color #C85BDE: hue angle of 289.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85BDE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 91 | 222 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.13 |
| HSL | 289.92º | 0.66% | 0.61% | - |
| HSV(B) | 289.92º | 0.59% | 0.87% | - |
| XYZ | 40.75 | 25.04 | 71.79 | - |
| YUV | 138.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 222 | 0.10 | 0.59 | 0 | 0.13 | 289.92 | 0.66 | 0.61 |
| Hex | C8 | 5B | DE | A | 3B | 0 | D | 122 | 42 | 3D |
| Octal | 310 | 133 | 336 | 12 | 73 | 0 | 15 | 442 | 102 | 75 |
| Binary | 11001000 | 1011011 | 11011110 | 1010 | 111011 | 0 | 1101 | 100100010 | 1000010 | 111101 |
Color Harmonies of #C85BDE
Complementary color
Monochromatic Colors of #C85BDE
Black with #C85BDE
Text Example
Text Example
White with #C85BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BDE; }
p { color: rgb(200,91,222); }
H1.HeaderClassName
{
color: #C85BDE;
}
.AnyTagClassName
{
color: #C85BDE;
}
</style>
background-color css
<style>
a { background-color: #C85BDE; }
a { background-color: rgb(200,91,222); }
div.DivClassName
{
background-color: #C85BDE;
}
.BgClassName
{
background-color: #C85BDE;
}
</style>
border-color css
<style>
span { border-color: #C85BDE; }
span { border-color: rgb(200,91,222); }
td.TdClassName
{
border-color: #C85BDE;
}
.TagClassName
{
border-color: #C85BDE;
}
</style>