Shades of Medium Orchid #CE57DD
Tints of Medium Orchid #CE57DD
RGB
CMYK
RGB Variations
Color information
#CE57DD (or 0xCE57DD) is known color: Medium Orchid. HEX triplet: CE, 57 and DD. RGB value is (206,87,221). Sum of RGB (Red+Green+Blue) = 206+87+221=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57DD is #31A822. Grayscale: #898989. Windows color (decimal): -3254307 or 14505934. OLE color: 14505934.
HSL color Cylindrical-coordinate representation of color #CE57DD: hue angle of 293.28º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE57DD is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 87 | 221 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.13 |
| HSL | 293.28º | 0.66% | 0.6% | - |
| HSV(B) | 293.28º | 0.61% | 0.87% | - |
| XYZ | 41.91 | 25.16 | 71.05 | - |
| YUV | 137.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 221 | 0.07 | 0.61 | 0 | 0.13 | 293.28 | 0.66 | 0.6 |
| Hex | CE | 57 | DD | 7 | 3D | 0 | D | 125 | 42 | 3C |
| Octal | 316 | 127 | 335 | 7 | 75 | 0 | 15 | 445 | 102 | 74 |
| Binary | 11001110 | 1010111 | 11011101 | 111 | 111101 | 0 | 1101 | 100100101 | 1000010 | 111100 |
Color Harmonies of #CE57DD
Complementary color
Monochromatic Colors of #CE57DD
Black with #CE57DD
Text Example
Text Example
White with #CE57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57DD; }
p { color: rgb(206,87,221); }
H1.HeaderClassName
{
color: #CE57DD;
}
.AnyTagClassName
{
color: #CE57DD;
}
</style>
background-color css
<style>
a { background-color: #CE57DD; }
a { background-color: rgb(206,87,221); }
div.DivClassName
{
background-color: #CE57DD;
}
.BgClassName
{
background-color: #CE57DD;
}
</style>
border-color css
<style>
span { border-color: #CE57DD; }
span { border-color: rgb(206,87,221); }
td.TdClassName
{
border-color: #CE57DD;
}
.TagClassName
{
border-color: #CE57DD;
}
</style>