Shades of Medium Orchid #CE54EE
Tints of Medium Orchid #CE54EE
RGB
CMYK
RGB Variations
Color information
#CE54EE (or 0xCE54EE) is known color: Medium Orchid. HEX triplet: CE, 54 and EE. RGB value is (206,84,238). Sum of RGB (Red+Green+Blue) = 206+84+238=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE54EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54EE is #31AB11. Grayscale: #898989. Windows color (decimal): -3255058 or 15619278. OLE color: 15619278.
HSL color Cylindrical-coordinate representation of color #CE54EE: hue angle of 287.53º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE54EE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 84 | 238 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.07 |
| HSL | 287.53º | 0.82% | 0.63% | - |
| HSV(B) | 287.53º | 0.65% | 0.93% | - |
| XYZ | 44.06 | 25.64 | 83.52 | - |
| YUV | 138.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 238 | 0.13 | 0.65 | 0 | 0.07 | 287.53 | 0.82 | 0.63 |
| Hex | CE | 54 | EE | D | 41 | 0 | 7 | 120 | 52 | 3F |
| Octal | 316 | 124 | 356 | 15 | 101 | 0 | 7 | 440 | 122 | 77 |
| Binary | 11001110 | 1010100 | 11101110 | 1101 | 1000001 | 0 | 111 | 100100000 | 1010010 | 111111 |
Color Harmonies of #CE54EE
Complementary color
Monochromatic Colors of #CE54EE
Black with #CE54EE
Text Example
Text Example
White with #CE54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54EE; }
p { color: rgb(206,84,238); }
H1.HeaderClassName
{
color: #CE54EE;
}
.AnyTagClassName
{
color: #CE54EE;
}
</style>
background-color css
<style>
a { background-color: #CE54EE; }
a { background-color: rgb(206,84,238); }
div.DivClassName
{
background-color: #CE54EE;
}
.BgClassName
{
background-color: #CE54EE;
}
</style>
border-color css
<style>
span { border-color: #CE54EE; }
span { border-color: rgb(206,84,238); }
td.TdClassName
{
border-color: #CE54EE;
}
.TagClassName
{
border-color: #CE54EE;
}
</style>