Shades of Medium Orchid #CE57D8
Tints of Medium Orchid #CE57D8
RGB
CMYK
RGB Variations
Color information
#CE57D8 (or 0xCE57D8) is known color: Medium Orchid. HEX triplet: CE, 57 and D8. RGB value is (206,87,216). Sum of RGB (Red+Green+Blue) = 206+87+216=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE57D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57D8 is #31A827. Grayscale: #888888. Windows color (decimal): -3254312 or 14178254. OLE color: 14178254.
HSL color Cylindrical-coordinate representation of color #CE57D8: hue angle of 295.35º 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 #CE57D8 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 87 | 216 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.15 |
| HSL | 295.35º | 0.62% | 0.59% | - |
| HSV(B) | 295.35º | 0.6% | 0.85% | - |
| XYZ | 41.26 | 24.9 | 67.6 | - |
| YUV | 137.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 216 | 0.05 | 0.60 | 0 | 0.15 | 295.35 | 0.62 | 0.59 |
| Hex | CE | 57 | D8 | 5 | 3C | 0 | F | 127 | 3E | 3B |
| Octal | 316 | 127 | 330 | 5 | 74 | 0 | 17 | 447 | 76 | 73 |
| Binary | 11001110 | 1010111 | 11011000 | 101 | 111100 | 0 | 1111 | 100100111 | 111110 | 111011 |
Color Harmonies of #CE57D8
Complementary color
Monochromatic Colors of #CE57D8
Black with #CE57D8
Text Example
Text Example
White with #CE57D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57D8; }
p { color: rgb(206,87,216); }
H1.HeaderClassName
{
color: #CE57D8;
}
.AnyTagClassName
{
color: #CE57D8;
}
</style>
background-color css
<style>
a { background-color: #CE57D8; }
a { background-color: rgb(206,87,216); }
div.DivClassName
{
background-color: #CE57D8;
}
.BgClassName
{
background-color: #CE57D8;
}
</style>
border-color css
<style>
span { border-color: #CE57D8; }
span { border-color: rgb(206,87,216); }
td.TdClassName
{
border-color: #CE57D8;
}
.TagClassName
{
border-color: #CE57D8;
}
</style>