Shades of Medium Orchid #C85BD1
Tints of Medium Orchid #C85BD1
RGB
CMYK
RGB Variations
Color information
#C85BD1 (or 0xC85BD1) is known color: Medium Orchid. HEX triplet: C8, 5B and D1. RGB value is (200,91,209). Sum of RGB (Red+Green+Blue) = 200+91+209=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #C85BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BD1 is #37A42E. Grayscale: #888888. Windows color (decimal): -3646511 or 13720520. OLE color: 13720520.
HSL color Cylindrical-coordinate representation of color #C85BD1: hue angle of 295.42º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85BD1 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 91 | 209 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.18 |
| HSL | 295.42º | 0.56% | 0.59% | - |
| HSV(B) | 295.42º | 0.56% | 0.82% | - |
| XYZ | 39.07 | 24.36 | 62.97 | - |
| YUV | 137.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 209 | 0.04 | 0.56 | 0 | 0.18 | 295.42 | 0.56 | 0.59 |
| Hex | C8 | 5B | D1 | 4 | 38 | 0 | 12 | 127 | 38 | 3B |
| Octal | 310 | 133 | 321 | 4 | 70 | 0 | 22 | 447 | 70 | 73 |
| Binary | 11001000 | 1011011 | 11010001 | 100 | 111000 | 0 | 10010 | 100100111 | 111000 | 111011 |
Color Harmonies of #C85BD1
Complementary color
Monochromatic Colors of #C85BD1
Black with #C85BD1
Text Example
Text Example
White with #C85BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BD1; }
p { color: rgb(200,91,209); }
H1.HeaderClassName
{
color: #C85BD1;
}
.AnyTagClassName
{
color: #C85BD1;
}
</style>
background-color css
<style>
a { background-color: #C85BD1; }
a { background-color: rgb(200,91,209); }
div.DivClassName
{
background-color: #C85BD1;
}
.BgClassName
{
background-color: #C85BD1;
}
</style>
border-color css
<style>
span { border-color: #C85BD1; }
span { border-color: rgb(200,91,209); }
td.TdClassName
{
border-color: #C85BD1;
}
.TagClassName
{
border-color: #C85BD1;
}
</style>