Shades of Medium Orchid #C857D9
Tints of Medium Orchid #C857D9
RGB
CMYK
RGB Variations
Color information
#C857D9 (or 0xC857D9) is known color: Medium Orchid. HEX triplet: C8, 57 and D9. RGB value is (200,87,217). Sum of RGB (Red+Green+Blue) = 200+87+217=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #C857D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857D9 is #37A826. Grayscale: #878787. Windows color (decimal): -3647527 or 14243784. OLE color: 14243784.
HSL color Cylindrical-coordinate representation of color #C857D9: hue angle of 292.15º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C857D9 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 87 | 217 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.15 |
| HSL | 292.15º | 0.63% | 0.6% | - |
| HSV(B) | 292.15º | 0.6% | 0.85% | - |
| XYZ | 39.75 | 24.11 | 68.2 | - |
| YUV | 135.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 217 | 0.08 | 0.60 | 0 | 0.15 | 292.15 | 0.63 | 0.6 |
| Hex | C8 | 57 | D9 | 8 | 3C | 0 | F | 124 | 3F | 3C |
| Octal | 310 | 127 | 331 | 10 | 74 | 0 | 17 | 444 | 77 | 74 |
| Binary | 11001000 | 1010111 | 11011001 | 1000 | 111100 | 0 | 1111 | 100100100 | 111111 | 111100 |
Color Harmonies of #C857D9
Complementary color
Monochromatic Colors of #C857D9
Black with #C857D9
Text Example
Text Example
White with #C857D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857D9; }
p { color: rgb(200,87,217); }
H1.HeaderClassName
{
color: #C857D9;
}
.AnyTagClassName
{
color: #C857D9;
}
</style>
background-color css
<style>
a { background-color: #C857D9; }
a { background-color: rgb(200,87,217); }
div.DivClassName
{
background-color: #C857D9;
}
.BgClassName
{
background-color: #C857D9;
}
</style>
border-color css
<style>
span { border-color: #C857D9; }
span { border-color: rgb(200,87,217); }
td.TdClassName
{
border-color: #C857D9;
}
.TagClassName
{
border-color: #C857D9;
}
</style>