Shades of Medium Orchid #CE57DC
Tints of Medium Orchid #CE57DC
RGB
CMYK
RGB Variations
Color information
#CE57DC (or 0xCE57DC) is known color: Medium Orchid. HEX triplet: CE, 57 and DC. RGB value is (206,87,220). Sum of RGB (Red+Green+Blue) = 206+87+220=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE57DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57DC is #31A823. Grayscale: #898989. Windows color (decimal): -3254308 or 14440398. OLE color: 14440398.
HSL color Cylindrical-coordinate representation of color #CE57DC: hue angle of 293.68º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE57DC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 87 | 220 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.14 |
| HSL | 293.68º | 0.66% | 0.6% | - |
| HSV(B) | 293.68º | 0.6% | 0.86% | - |
| XYZ | 41.78 | 25.11 | 70.35 | - |
| YUV | 137.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 220 | 0.06 | 0.60 | 0 | 0.14 | 293.68 | 0.66 | 0.6 |
| Hex | CE | 57 | DC | 6 | 3C | 0 | E | 126 | 42 | 3C |
| Octal | 316 | 127 | 334 | 6 | 74 | 0 | 16 | 446 | 102 | 74 |
| Binary | 11001110 | 1010111 | 11011100 | 110 | 111100 | 0 | 1110 | 100100110 | 1000010 | 111100 |
Color Harmonies of #CE57DC
Complementary color
Monochromatic Colors of #CE57DC
Black with #CE57DC
Text Example
Text Example
White with #CE57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57DC; }
p { color: rgb(206,87,220); }
H1.HeaderClassName
{
color: #CE57DC;
}
.AnyTagClassName
{
color: #CE57DC;
}
</style>
background-color css
<style>
a { background-color: #CE57DC; }
a { background-color: rgb(206,87,220); }
div.DivClassName
{
background-color: #CE57DC;
}
.BgClassName
{
background-color: #CE57DC;
}
</style>
border-color css
<style>
span { border-color: #CE57DC; }
span { border-color: rgb(206,87,220); }
td.TdClassName
{
border-color: #CE57DC;
}
.TagClassName
{
border-color: #CE57DC;
}
</style>