Shades of Medium Orchid #CE57E7
Tints of Medium Orchid #CE57E7
RGB
CMYK
RGB Variations
Color information
#CE57E7 (or 0xCE57E7) is known color: Medium Orchid. HEX triplet: CE, 57 and E7. RGB value is (206,87,231). Sum of RGB (Red+Green+Blue) = 206+87+231=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE57E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE57E7 is #31A818. Grayscale: #8A8A8A. Windows color (decimal): -3254297 or 15161294. OLE color: 15161294.
HSL color Cylindrical-coordinate representation of color #CE57E7: hue angle of 289.58º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE57E7 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 87 | 231 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.09 |
| HSL | 289.58º | 0.75% | 0.62% | - |
| HSV(B) | 289.58º | 0.62% | 0.91% | - |
| XYZ | 43.29 | 25.71 | 78.28 | - |
| YUV | 139 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 231 | 0.11 | 0.62 | 0 | 0.09 | 289.58 | 0.75 | 0.62 |
| Hex | CE | 57 | E7 | B | 3E | 0 | 9 | 122 | 4B | 3E |
| Octal | 316 | 127 | 347 | 13 | 76 | 0 | 11 | 442 | 113 | 76 |
| Binary | 11001110 | 1010111 | 11100111 | 1011 | 111110 | 0 | 1001 | 100100010 | 1001011 | 111110 |
Color Harmonies of #CE57E7
Complementary color
Monochromatic Colors of #CE57E7
Black with #CE57E7
Text Example
Text Example
White with #CE57E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57E7; }
p { color: rgb(206,87,231); }
H1.HeaderClassName
{
color: #CE57E7;
}
.AnyTagClassName
{
color: #CE57E7;
}
</style>
background-color css
<style>
a { background-color: #CE57E7; }
a { background-color: rgb(206,87,231); }
div.DivClassName
{
background-color: #CE57E7;
}
.BgClassName
{
background-color: #CE57E7;
}
</style>
border-color css
<style>
span { border-color: #CE57E7; }
span { border-color: rgb(206,87,231); }
td.TdClassName
{
border-color: #CE57E7;
}
.TagClassName
{
border-color: #CE57E7;
}
</style>