Shades of Medium Orchid #C857D8
Tints of Medium Orchid #C857D8
RGB
CMYK
RGB Variations
Color information
#C857D8 (or 0xC857D8) is known color: Medium Orchid. HEX triplet: C8, 57 and D8. RGB value is (200,87,216). Sum of RGB (Red+Green+Blue) = 200+87+216=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #C857D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857D8 is #37A827. Grayscale: #878787. Windows color (decimal): -3647528 or 14178248. OLE color: 14178248.
HSL color Cylindrical-coordinate representation of color #C857D8: hue angle of 292.56º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C857D8 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 87 | 216 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.15 |
| HSL | 292.56º | 0.62% | 0.59% | - |
| HSV(B) | 292.56º | 0.6% | 0.85% | - |
| XYZ | 39.62 | 24.05 | 67.52 | - |
| YUV | 135.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 216 | 0.07 | 0.60 | 0 | 0.15 | 292.56 | 0.62 | 0.59 |
| Hex | C8 | 57 | D8 | 7 | 3C | 0 | F | 125 | 3E | 3B |
| Octal | 310 | 127 | 330 | 7 | 74 | 0 | 17 | 445 | 76 | 73 |
| Binary | 11001000 | 1010111 | 11011000 | 111 | 111100 | 0 | 1111 | 100100101 | 111110 | 111011 |
Color Harmonies of #C857D8
Complementary color
Monochromatic Colors of #C857D8
Black with #C857D8
Text Example
Text Example
White with #C857D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857D8; }
p { color: rgb(200,87,216); }
H1.HeaderClassName
{
color: #C857D8;
}
.AnyTagClassName
{
color: #C857D8;
}
</style>
background-color css
<style>
a { background-color: #C857D8; }
a { background-color: rgb(200,87,216); }
div.DivClassName
{
background-color: #C857D8;
}
.BgClassName
{
background-color: #C857D8;
}
</style>
border-color css
<style>
span { border-color: #C857D8; }
span { border-color: rgb(200,87,216); }
td.TdClassName
{
border-color: #C857D8;
}
.TagClassName
{
border-color: #C857D8;
}
</style>