Shades of Medium Orchid #C857D1
Tints of Medium Orchid #C857D1
RGB
CMYK
RGB Variations
Color information
#C857D1 (or 0xC857D1) is known color: Medium Orchid. HEX triplet: C8, 57 and D1. RGB value is (200,87,209). Sum of RGB (Red+Green+Blue) = 200+87+209=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #C857D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857D1 is #37A82E. Grayscale: #868686. Windows color (decimal): -3647535 or 13719496. OLE color: 13719496.
HSL color Cylindrical-coordinate representation of color #C857D1: hue angle of 295.57º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C857D1 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 87 | 209 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.18 |
| HSL | 295.57º | 0.57% | 0.58% | - |
| HSV(B) | 295.57º | 0.58% | 0.82% | - |
| XYZ | 38.74 | 23.7 | 62.85 | - |
| YUV | 134.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 209 | 0.04 | 0.58 | 0 | 0.18 | 295.57 | 0.57 | 0.58 |
| Hex | C8 | 57 | D1 | 4 | 3A | 0 | 12 | 128 | 39 | 3A |
| Octal | 310 | 127 | 321 | 4 | 72 | 0 | 22 | 450 | 71 | 72 |
| Binary | 11001000 | 1010111 | 11010001 | 100 | 111010 | 0 | 10010 | 100101000 | 111001 | 111010 |
Color Harmonies of #C857D1
Complementary color
Monochromatic Colors of #C857D1
Black with #C857D1
Text Example
Text Example
White with #C857D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857D1; }
p { color: rgb(200,87,209); }
H1.HeaderClassName
{
color: #C857D1;
}
.AnyTagClassName
{
color: #C857D1;
}
</style>
background-color css
<style>
a { background-color: #C857D1; }
a { background-color: rgb(200,87,209); }
div.DivClassName
{
background-color: #C857D1;
}
.BgClassName
{
background-color: #C857D1;
}
</style>
border-color css
<style>
span { border-color: #C857D1; }
span { border-color: rgb(200,87,209); }
td.TdClassName
{
border-color: #C857D1;
}
.TagClassName
{
border-color: #C857D1;
}
</style>