Shades of Medium Orchid #CE55E0
Tints of Medium Orchid #CE55E0
RGB
CMYK
RGB Variations
Color information
#CE55E0 (or 0xCE55E0) is known color: Medium Orchid. HEX triplet: CE, 55 and E0. RGB value is (206,85,224). Sum of RGB (Red+Green+Blue) = 206+85+224=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE55E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55E0 is #31AA1F. Grayscale: #888888. Windows color (decimal): -3254816 or 14702030. OLE color: 14702030.
HSL color Cylindrical-coordinate representation of color #CE55E0: hue angle of 292.23º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE55E0 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 85 | 224 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.12 |
| HSL | 292.23º | 0.69% | 0.61% | - |
| HSV(B) | 292.23º | 0.62% | 0.88% | - |
| XYZ | 42.16 | 25 | 73.12 | - |
| YUV | 137.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 224 | 0.08 | 0.62 | 0 | 0.12 | 292.23 | 0.69 | 0.61 |
| Hex | CE | 55 | E0 | 8 | 3E | 0 | C | 124 | 45 | 3D |
| Octal | 316 | 125 | 340 | 10 | 76 | 0 | 14 | 444 | 105 | 75 |
| Binary | 11001110 | 1010101 | 11100000 | 1000 | 111110 | 0 | 1100 | 100100100 | 1000101 | 111101 |
Color Harmonies of #CE55E0
Complementary color
Monochromatic Colors of #CE55E0
Black with #CE55E0
Text Example
Text Example
White with #CE55E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55E0; }
p { color: rgb(206,85,224); }
H1.HeaderClassName
{
color: #CE55E0;
}
.AnyTagClassName
{
color: #CE55E0;
}
</style>
background-color css
<style>
a { background-color: #CE55E0; }
a { background-color: rgb(206,85,224); }
div.DivClassName
{
background-color: #CE55E0;
}
.BgClassName
{
background-color: #CE55E0;
}
</style>
border-color css
<style>
span { border-color: #CE55E0; }
span { border-color: rgb(206,85,224); }
td.TdClassName
{
border-color: #CE55E0;
}
.TagClassName
{
border-color: #CE55E0;
}
</style>