Shades of Medium Orchid #C85BD3
Tints of Medium Orchid #C85BD3
RGB
CMYK
RGB Variations
Color information
#C85BD3 (or 0xC85BD3) is known color: Medium Orchid. HEX triplet: C8, 5B and D3. RGB value is (200,91,211). Sum of RGB (Red+Green+Blue) = 200+91+211=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #C85BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BD3 is #37A42C. Grayscale: #888888. Windows color (decimal): -3646509 or 13851592. OLE color: 13851592.
HSL color Cylindrical-coordinate representation of color #C85BD3: hue angle of 294.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85BD3 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 91 | 211 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.17 |
| HSL | 294.5º | 0.58% | 0.59% | - |
| HSV(B) | 294.5º | 0.57% | 0.83% | - |
| XYZ | 39.32 | 24.46 | 64.28 | - |
| YUV | 137.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 211 | 0.05 | 0.57 | 0 | 0.17 | 294.5 | 0.58 | 0.59 |
| Hex | C8 | 5B | D3 | 5 | 39 | 0 | 11 | 126 | 3A | 3B |
| Octal | 310 | 133 | 323 | 5 | 71 | 0 | 21 | 446 | 72 | 73 |
| Binary | 11001000 | 1011011 | 11010011 | 101 | 111001 | 0 | 10001 | 100100110 | 111010 | 111011 |
Color Harmonies of #C85BD3
Complementary color
Monochromatic Colors of #C85BD3
Black with #C85BD3
Text Example
Text Example
White with #C85BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BD3; }
p { color: rgb(200,91,211); }
H1.HeaderClassName
{
color: #C85BD3;
}
.AnyTagClassName
{
color: #C85BD3;
}
</style>
background-color css
<style>
a { background-color: #C85BD3; }
a { background-color: rgb(200,91,211); }
div.DivClassName
{
background-color: #C85BD3;
}
.BgClassName
{
background-color: #C85BD3;
}
</style>
border-color css
<style>
span { border-color: #C85BD3; }
span { border-color: rgb(200,91,211); }
td.TdClassName
{
border-color: #C85BD3;
}
.TagClassName
{
border-color: #C85BD3;
}
</style>