Shades of Medium Orchid #C855D9
Tints of Medium Orchid #C855D9
RGB
CMYK
RGB Variations
Color information
#C855D9 (or 0xC855D9) is known color: Medium Orchid. HEX triplet: C8, 55 and D9. RGB value is (200,85,217). Sum of RGB (Red+Green+Blue) = 200+85+217=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #C855D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855D9 is #37AA26. Grayscale: #868686. Windows color (decimal): -3648039 or 14243272. OLE color: 14243272.
HSL color Cylindrical-coordinate representation of color #C855D9: hue angle of 292.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C855D9 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 85 | 217 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.15 |
| HSL | 292.27º | 0.63% | 0.59% | - |
| HSV(B) | 292.27º | 0.61% | 0.85% | - |
| XYZ | 39.59 | 23.79 | 68.15 | - |
| YUV | 134.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 217 | 0.08 | 0.61 | 0 | 0.15 | 292.27 | 0.63 | 0.59 |
| Hex | C8 | 55 | D9 | 8 | 3D | 0 | F | 124 | 3F | 3B |
| Octal | 310 | 125 | 331 | 10 | 75 | 0 | 17 | 444 | 77 | 73 |
| Binary | 11001000 | 1010101 | 11011001 | 1000 | 111101 | 0 | 1111 | 100100100 | 111111 | 111011 |
Color Harmonies of #C855D9
Complementary color
Monochromatic Colors of #C855D9
Black with #C855D9
Text Example
Text Example
White with #C855D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855D9; }
p { color: rgb(200,85,217); }
H1.HeaderClassName
{
color: #C855D9;
}
.AnyTagClassName
{
color: #C855D9;
}
</style>
background-color css
<style>
a { background-color: #C855D9; }
a { background-color: rgb(200,85,217); }
div.DivClassName
{
background-color: #C855D9;
}
.BgClassName
{
background-color: #C855D9;
}
</style>
border-color css
<style>
span { border-color: #C855D9; }
span { border-color: rgb(200,85,217); }
td.TdClassName
{
border-color: #C855D9;
}
.TagClassName
{
border-color: #C855D9;
}
</style>