Shades of Medium Orchid #CE57D5
Tints of Medium Orchid #CE57D5
RGB
CMYK
RGB Variations
Color information
#CE57D5 (or 0xCE57D5) is known color: Medium Orchid. HEX triplet: CE, 57 and D5. RGB value is (206,87,213). Sum of RGB (Red+Green+Blue) = 206+87+213=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE57D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57D5 is #31A82A. Grayscale: #888888. Windows color (decimal): -3254315 or 13981646. OLE color: 13981646.
HSL color Cylindrical-coordinate representation of color #CE57D5: hue angle of 296.67º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE57D5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 87 | 213 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.16 |
| HSL | 296.67º | 0.6% | 0.59% | - |
| HSV(B) | 296.67º | 0.59% | 0.84% | - |
| XYZ | 40.87 | 24.74 | 65.57 | - |
| YUV | 136.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 213 | 0.03 | 0.59 | 0 | 0.16 | 296.67 | 0.6 | 0.59 |
| Hex | CE | 57 | D5 | 3 | 3B | 0 | 10 | 129 | 3C | 3B |
| Octal | 316 | 127 | 325 | 3 | 73 | 0 | 20 | 451 | 74 | 73 |
| Binary | 11001110 | 1010111 | 11010101 | 11 | 111011 | 0 | 10000 | 100101001 | 111100 | 111011 |
Color Harmonies of #CE57D5
Complementary color
Monochromatic Colors of #CE57D5
Black with #CE57D5
Text Example
Text Example
White with #CE57D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57D5; }
p { color: rgb(206,87,213); }
H1.HeaderClassName
{
color: #CE57D5;
}
.AnyTagClassName
{
color: #CE57D5;
}
</style>
background-color css
<style>
a { background-color: #CE57D5; }
a { background-color: rgb(206,87,213); }
div.DivClassName
{
background-color: #CE57D5;
}
.BgClassName
{
background-color: #CE57D5;
}
</style>
border-color css
<style>
span { border-color: #CE57D5; }
span { border-color: rgb(206,87,213); }
td.TdClassName
{
border-color: #CE57D5;
}
.TagClassName
{
border-color: #CE57D5;
}
</style>