Shades of Medium Orchid #CE55E1
Tints of Medium Orchid #CE55E1
RGB
CMYK
RGB Variations
Color information
#CE55E1 (or 0xCE55E1) is known color: Medium Orchid. HEX triplet: CE, 55 and E1. RGB value is (206,85,225). Sum of RGB (Red+Green+Blue) = 206+85+225=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE55E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55E1 is #31AA1E. Grayscale: #888888. Windows color (decimal): -3254815 or 14767566. OLE color: 14767566.
HSL color Cylindrical-coordinate representation of color #CE55E1: hue angle of 291.86º degrees, saturation: 0.7, 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 #CE55E1 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 85 | 225 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.12 |
| HSL | 291.86º | 0.7% | 0.61% | - |
| HSV(B) | 291.86º | 0.62% | 0.88% | - |
| XYZ | 42.29 | 25.06 | 73.84 | - |
| YUV | 137.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 225 | 0.08 | 0.62 | 0 | 0.12 | 291.86 | 0.7 | 0.61 |
| Hex | CE | 55 | E1 | 8 | 3E | 0 | C | 124 | 46 | 3D |
| Octal | 316 | 125 | 341 | 10 | 76 | 0 | 14 | 444 | 106 | 75 |
| Binary | 11001110 | 1010101 | 11100001 | 1000 | 111110 | 0 | 1100 | 100100100 | 1000110 | 111101 |
Color Harmonies of #CE55E1
Complementary color
Monochromatic Colors of #CE55E1
Black with #CE55E1
Text Example
Text Example
White with #CE55E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55E1; }
p { color: rgb(206,85,225); }
H1.HeaderClassName
{
color: #CE55E1;
}
.AnyTagClassName
{
color: #CE55E1;
}
</style>
background-color css
<style>
a { background-color: #CE55E1; }
a { background-color: rgb(206,85,225); }
div.DivClassName
{
background-color: #CE55E1;
}
.BgClassName
{
background-color: #CE55E1;
}
</style>
border-color css
<style>
span { border-color: #CE55E1; }
span { border-color: rgb(206,85,225); }
td.TdClassName
{
border-color: #CE55E1;
}
.TagClassName
{
border-color: #CE55E1;
}
</style>