Shades of Medium Orchid #CE54E5
Tints of Medium Orchid #CE54E5
RGB
CMYK
RGB Variations
Color information
#CE54E5 (or 0xCE54E5) is known color: Medium Orchid. HEX triplet: CE, 54 and E5. RGB value is (206,84,229). Sum of RGB (Red+Green+Blue) = 206+84+229=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE54E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54E5 is #31AB1A. Grayscale: #888888. Windows color (decimal): -3255067 or 15029454. OLE color: 15029454.
HSL color Cylindrical-coordinate representation of color #CE54E5: hue angle of 290.48º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE54E5 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 84 | 229 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.10 |
| HSL | 290.48º | 0.74% | 0.61% | - |
| HSV(B) | 290.48º | 0.63% | 0.9% | - |
| XYZ | 42.77 | 25.12 | 76.72 | - |
| YUV | 137.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 229 | 0.10 | 0.63 | 0 | 0.10 | 290.48 | 0.74 | 0.61 |
| Hex | CE | 54 | E5 | A | 3F | 0 | A | 122 | 4A | 3D |
| Octal | 316 | 124 | 345 | 12 | 77 | 0 | 12 | 442 | 112 | 75 |
| Binary | 11001110 | 1010100 | 11100101 | 1010 | 111111 | 0 | 1010 | 100100010 | 1001010 | 111101 |
Color Harmonies of #CE54E5
Complementary color
Monochromatic Colors of #CE54E5
Black with #CE54E5
Text Example
Text Example
White with #CE54E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54E5; }
p { color: rgb(206,84,229); }
H1.HeaderClassName
{
color: #CE54E5;
}
.AnyTagClassName
{
color: #CE54E5;
}
</style>
background-color css
<style>
a { background-color: #CE54E5; }
a { background-color: rgb(206,84,229); }
div.DivClassName
{
background-color: #CE54E5;
}
.BgClassName
{
background-color: #CE54E5;
}
</style>
border-color css
<style>
span { border-color: #CE54E5; }
span { border-color: rgb(206,84,229); }
td.TdClassName
{
border-color: #CE54E5;
}
.TagClassName
{
border-color: #CE54E5;
}
</style>