Shades of Medium Orchid #C85BDB
Tints of Medium Orchid #C85BDB
RGB
CMYK
RGB Variations
Color information
#C85BDB (or 0xC85BDB) is known color: Medium Orchid. HEX triplet: C8, 5B and DB. RGB value is (200,91,219). Sum of RGB (Red+Green+Blue) = 200+91+219=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #C85BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BDB is #37A424. Grayscale: #898989. Windows color (decimal): -3646501 or 14375880. OLE color: 14375880.
HSL color Cylindrical-coordinate representation of color #C85BDB: hue angle of 291.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85BDB is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 91 | 219 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.14 |
| HSL | 291.09º | 0.64% | 0.61% | - |
| HSV(B) | 291.09º | 0.58% | 0.86% | - |
| XYZ | 40.35 | 24.88 | 69.69 | - |
| YUV | 138.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 219 | 0.09 | 0.58 | 0 | 0.14 | 291.09 | 0.64 | 0.61 |
| Hex | C8 | 5B | DB | 9 | 3A | 0 | E | 123 | 40 | 3D |
| Octal | 310 | 133 | 333 | 11 | 72 | 0 | 16 | 443 | 100 | 75 |
| Binary | 11001000 | 1011011 | 11011011 | 1001 | 111010 | 0 | 1110 | 100100011 | 1000000 | 111101 |
Color Harmonies of #C85BDB
Complementary color
Monochromatic Colors of #C85BDB
Black with #C85BDB
Text Example
Text Example
White with #C85BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BDB; }
p { color: rgb(200,91,219); }
H1.HeaderClassName
{
color: #C85BDB;
}
.AnyTagClassName
{
color: #C85BDB;
}
</style>
background-color css
<style>
a { background-color: #C85BDB; }
a { background-color: rgb(200,91,219); }
div.DivClassName
{
background-color: #C85BDB;
}
.BgClassName
{
background-color: #C85BDB;
}
</style>
border-color css
<style>
span { border-color: #C85BDB; }
span { border-color: rgb(200,91,219); }
td.TdClassName
{
border-color: #C85BDB;
}
.TagClassName
{
border-color: #C85BDB;
}
</style>