Shades of Medium Orchid #C857D6
Tints of Medium Orchid #C857D6
RGB
CMYK
RGB Variations
Color information
#C857D6 (or 0xC857D6) is known color: Medium Orchid. HEX triplet: C8, 57 and D6. RGB value is (200,87,214). Sum of RGB (Red+Green+Blue) = 200+87+214=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #C857D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857D6 is #37A829. Grayscale: #868686. Windows color (decimal): -3647530 or 14047176. OLE color: 14047176.
HSL color Cylindrical-coordinate representation of color #C857D6: hue angle of 293.39º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C857D6 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 87 | 214 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.16 |
| HSL | 293.39º | 0.61% | 0.59% | - |
| HSV(B) | 293.39º | 0.59% | 0.84% | - |
| XYZ | 39.37 | 23.95 | 66.17 | - |
| YUV | 135.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 214 | 0.07 | 0.59 | 0 | 0.16 | 293.39 | 0.61 | 0.59 |
| Hex | C8 | 57 | D6 | 7 | 3B | 0 | 10 | 125 | 3D | 3B |
| Octal | 310 | 127 | 326 | 7 | 73 | 0 | 20 | 445 | 75 | 73 |
| Binary | 11001000 | 1010111 | 11010110 | 111 | 111011 | 0 | 10000 | 100100101 | 111101 | 111011 |
Color Harmonies of #C857D6
Complementary color
Monochromatic Colors of #C857D6
Black with #C857D6
Text Example
Text Example
White with #C857D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857D6; }
p { color: rgb(200,87,214); }
H1.HeaderClassName
{
color: #C857D6;
}
.AnyTagClassName
{
color: #C857D6;
}
</style>
background-color css
<style>
a { background-color: #C857D6; }
a { background-color: rgb(200,87,214); }
div.DivClassName
{
background-color: #C857D6;
}
.BgClassName
{
background-color: #C857D6;
}
</style>
border-color css
<style>
span { border-color: #C857D6; }
span { border-color: rgb(200,87,214); }
td.TdClassName
{
border-color: #C857D6;
}
.TagClassName
{
border-color: #C857D6;
}
</style>