Shades of Medium Orchid #CE54E1
Tints of Medium Orchid #CE54E1
RGB
CMYK
RGB Variations
Color information
#CE54E1 (or 0xCE54E1) is known color: Medium Orchid. HEX triplet: CE, 54 and E1. RGB value is (206,84,225). Sum of RGB (Red+Green+Blue) = 206+84+225=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE54E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54E1 is #31AB1E. Grayscale: #888888. Windows color (decimal): -3255071 or 14767310. OLE color: 14767310.
HSL color Cylindrical-coordinate representation of color #CE54E1: hue angle of 291.91º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE54E1 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 84 | 225 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.12 |
| HSL | 291.91º | 0.7% | 0.61% | - |
| HSV(B) | 291.91º | 0.63% | 0.88% | - |
| XYZ | 42.21 | 24.9 | 73.82 | - |
| YUV | 136.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 225 | 0.08 | 0.63 | 0 | 0.12 | 291.91 | 0.7 | 0.61 |
| Hex | CE | 54 | E1 | 8 | 3F | 0 | C | 124 | 46 | 3D |
| Octal | 316 | 124 | 341 | 10 | 77 | 0 | 14 | 444 | 106 | 75 |
| Binary | 11001110 | 1010100 | 11100001 | 1000 | 111111 | 0 | 1100 | 100100100 | 1000110 | 111101 |
Color Harmonies of #CE54E1
Complementary color
Monochromatic Colors of #CE54E1
Black with #CE54E1
Text Example
Text Example
White with #CE54E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54E1; }
p { color: rgb(206,84,225); }
H1.HeaderClassName
{
color: #CE54E1;
}
.AnyTagClassName
{
color: #CE54E1;
}
</style>
background-color css
<style>
a { background-color: #CE54E1; }
a { background-color: rgb(206,84,225); }
div.DivClassName
{
background-color: #CE54E1;
}
.BgClassName
{
background-color: #CE54E1;
}
</style>
border-color css
<style>
span { border-color: #CE54E1; }
span { border-color: rgb(206,84,225); }
td.TdClassName
{
border-color: #CE54E1;
}
.TagClassName
{
border-color: #CE54E1;
}
</style>