Shades of Medium Orchid #C85BD9
Tints of Medium Orchid #C85BD9
RGB
CMYK
RGB Variations
Color information
#C85BD9 (or 0xC85BD9) is known color: Medium Orchid. HEX triplet: C8, 5B and D9. RGB value is (200,91,217). Sum of RGB (Red+Green+Blue) = 200+91+217=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #C85BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BD9 is #37A426. Grayscale: #898989. Windows color (decimal): -3646503 or 14244808. OLE color: 14244808.
HSL color Cylindrical-coordinate representation of color #C85BD9: hue angle of 291.9º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85BD9 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 91 | 217 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.15 |
| HSL | 291.9º | 0.62% | 0.6% | - |
| HSV(B) | 291.9º | 0.58% | 0.85% | - |
| XYZ | 40.08 | 24.77 | 68.31 | - |
| YUV | 137.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 217 | 0.08 | 0.58 | 0 | 0.15 | 291.9 | 0.62 | 0.6 |
| Hex | C8 | 5B | D9 | 8 | 3A | 0 | F | 124 | 3E | 3C |
| Octal | 310 | 133 | 331 | 10 | 72 | 0 | 17 | 444 | 76 | 74 |
| Binary | 11001000 | 1011011 | 11011001 | 1000 | 111010 | 0 | 1111 | 100100100 | 111110 | 111100 |
Color Harmonies of #C85BD9
Complementary color
Monochromatic Colors of #C85BD9
Black with #C85BD9
Text Example
Text Example
White with #C85BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BD9; }
p { color: rgb(200,91,217); }
H1.HeaderClassName
{
color: #C85BD9;
}
.AnyTagClassName
{
color: #C85BD9;
}
</style>
background-color css
<style>
a { background-color: #C85BD9; }
a { background-color: rgb(200,91,217); }
div.DivClassName
{
background-color: #C85BD9;
}
.BgClassName
{
background-color: #C85BD9;
}
</style>
border-color css
<style>
span { border-color: #C85BD9; }
span { border-color: rgb(200,91,217); }
td.TdClassName
{
border-color: #C85BD9;
}
.TagClassName
{
border-color: #C85BD9;
}
</style>