Shades of Medium Orchid #CE57EF
Tints of Medium Orchid #CE57EF
RGB
CMYK
RGB Variations
Color information
#CE57EF (or 0xCE57EF) is known color: Medium Orchid. HEX triplet: CE, 57 and EF. RGB value is (206,87,239). Sum of RGB (Red+Green+Blue) = 206+87+239=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 87 (34.38% from 255 or 16.35% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE57EF is #31A810. Grayscale: #8B8B8B. Windows color (decimal): -3254289 or 15685582. OLE color: 15685582.
HSL color Cylindrical-coordinate representation of color #CE57EF: hue angle of 286.97º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE57EF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 87 | 239 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.06 |
| HSL | 286.97º | 0.83% | 0.64% | - |
| HSV(B) | 286.97º | 0.64% | 0.94% | - |
| XYZ | 44.44 | 26.17 | 84.37 | - |
| YUV | 139.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 239 | 0.14 | 0.64 | 0 | 0.06 | 286.97 | 0.83 | 0.64 |
| Hex | CE | 57 | EF | E | 40 | 0 | 6 | 11F | 53 | 40 |
| Octal | 316 | 127 | 357 | 16 | 100 | 0 | 6 | 437 | 123 | 100 |
| Binary | 11001110 | 1010111 | 11101111 | 1110 | 1000000 | 0 | 110 | 100011111 | 1010011 | 1000000 |
Color Harmonies of #CE57EF
Complementary color
Monochromatic Colors of #CE57EF
Black with #CE57EF
Text Example
Text Example
White with #CE57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57EF; }
p { color: rgb(206,87,239); }
H1.HeaderClassName
{
color: #CE57EF;
}
.AnyTagClassName
{
color: #CE57EF;
}
</style>
background-color css
<style>
a { background-color: #CE57EF; }
a { background-color: rgb(206,87,239); }
div.DivClassName
{
background-color: #CE57EF;
}
.BgClassName
{
background-color: #CE57EF;
}
</style>
border-color css
<style>
span { border-color: #CE57EF; }
span { border-color: rgb(206,87,239); }
td.TdClassName
{
border-color: #CE57EF;
}
.TagClassName
{
border-color: #CE57EF;
}
</style>