Shades of Medium Orchid #CE57EE
Tints of Medium Orchid #CE57EE
RGB
CMYK
RGB Variations
Color information
#CE57EE (or 0xCE57EE) is known color: Medium Orchid. HEX triplet: CE, 57 and EE. RGB value is (206,87,238). Sum of RGB (Red+Green+Blue) = 206+87+238=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE57EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE57EE is #31A811. Grayscale: #8B8B8B. Windows color (decimal): -3254290 or 15620046. OLE color: 15620046.
HSL color Cylindrical-coordinate representation of color #CE57EE: hue angle of 287.28º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE57EE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 87 | 238 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.07 |
| HSL | 287.28º | 0.82% | 0.64% | - |
| HSV(B) | 287.28º | 0.63% | 0.93% | - |
| XYZ | 44.29 | 26.11 | 83.59 | - |
| YUV | 139.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 238 | 0.13 | 0.63 | 0 | 0.07 | 287.28 | 0.82 | 0.64 |
| Hex | CE | 57 | EE | D | 3F | 0 | 7 | 11F | 52 | 40 |
| Octal | 316 | 127 | 356 | 15 | 77 | 0 | 7 | 437 | 122 | 100 |
| Binary | 11001110 | 1010111 | 11101110 | 1101 | 111111 | 0 | 111 | 100011111 | 1010010 | 1000000 |
Color Harmonies of #CE57EE
Complementary color
Monochromatic Colors of #CE57EE
Black with #CE57EE
Text Example
Text Example
White with #CE57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57EE; }
p { color: rgb(206,87,238); }
H1.HeaderClassName
{
color: #CE57EE;
}
.AnyTagClassName
{
color: #CE57EE;
}
</style>
background-color css
<style>
a { background-color: #CE57EE; }
a { background-color: rgb(206,87,238); }
div.DivClassName
{
background-color: #CE57EE;
}
.BgClassName
{
background-color: #CE57EE;
}
</style>
border-color css
<style>
span { border-color: #CE57EE; }
span { border-color: rgb(206,87,238); }
td.TdClassName
{
border-color: #CE57EE;
}
.TagClassName
{
border-color: #CE57EE;
}
</style>