Shades of Medium Orchid #C85BD2
Tints of Medium Orchid #C85BD2
RGB
CMYK
RGB Variations
Color information
#C85BD2 (or 0xC85BD2) is known color: Medium Orchid. HEX triplet: C8, 5B and D2. RGB value is (200,91,210). Sum of RGB (Red+Green+Blue) = 200+91+210=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #C85BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BD2 is #37A42D. Grayscale: #888888. Windows color (decimal): -3646510 or 13786056. OLE color: 13786056.
HSL color Cylindrical-coordinate representation of color #C85BD2: hue angle of 294.96º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85BD2 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 91 | 210 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.18 |
| HSL | 294.96º | 0.57% | 0.59% | - |
| HSV(B) | 294.96º | 0.57% | 0.82% | - |
| XYZ | 39.19 | 24.41 | 63.62 | - |
| YUV | 137.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 210 | 0.05 | 0.57 | 0 | 0.18 | 294.96 | 0.57 | 0.59 |
| Hex | C8 | 5B | D2 | 5 | 39 | 0 | 12 | 127 | 39 | 3B |
| Octal | 310 | 133 | 322 | 5 | 71 | 0 | 22 | 447 | 71 | 73 |
| Binary | 11001000 | 1011011 | 11010010 | 101 | 111001 | 0 | 10010 | 100100111 | 111001 | 111011 |
Color Harmonies of #C85BD2
Complementary color
Monochromatic Colors of #C85BD2
Black with #C85BD2
Text Example
Text Example
White with #C85BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BD2; }
p { color: rgb(200,91,210); }
H1.HeaderClassName
{
color: #C85BD2;
}
.AnyTagClassName
{
color: #C85BD2;
}
</style>
background-color css
<style>
a { background-color: #C85BD2; }
a { background-color: rgb(200,91,210); }
div.DivClassName
{
background-color: #C85BD2;
}
.BgClassName
{
background-color: #C85BD2;
}
</style>
border-color css
<style>
span { border-color: #C85BD2; }
span { border-color: rgb(200,91,210); }
td.TdClassName
{
border-color: #C85BD2;
}
.TagClassName
{
border-color: #C85BD2;
}
</style>