Shades of Medium Orchid #CE31E5
Tints of Medium Orchid #CE31E5
RGB
CMYK
RGB Variations
Color information
#CE31E5 (or 0xCE31E5) is known color: Medium Orchid. HEX triplet: CE, 31 and E5. RGB value is (206,49,229). Sum of RGB (Red+Green+Blue) = 206+49+229=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31E5 is #31CE1A. Grayscale: #737373. Windows color (decimal): -3264027 or 15020494. OLE color: 15020494.
HSL color Cylindrical-coordinate representation of color #CE31E5: hue angle of 292.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE31E5 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 49 | 229 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.10 |
| HSL | 292.33º | 0.78% | 0.55% | - |
| HSV(B) | 292.33º | 0.79% | 0.9% | - |
| XYZ | 40.69 | 20.98 | 76.03 | - |
| YUV | 116.46 | 191.51 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 229 | 0.10 | 0.79 | 0 | 0.10 | 292.33 | 0.78 | 0.55 |
| Hex | CE | 31 | E5 | A | 4F | 0 | A | 124 | 4E | 37 |
| Octal | 316 | 61 | 345 | 12 | 117 | 0 | 12 | 444 | 116 | 67 |
| Binary | 11001110 | 110001 | 11100101 | 1010 | 1001111 | 0 | 1010 | 100100100 | 1001110 | 110111 |
Color Harmonies of #CE31E5
Complementary color
Monochromatic Colors of #CE31E5
Black with #CE31E5
Text Example
Text Example
White with #CE31E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31E5; }
p { color: rgb(206,49,229); }
H1.HeaderClassName
{
color: #CE31E5;
}
.AnyTagClassName
{
color: #CE31E5;
}
</style>
background-color css
<style>
a { background-color: #CE31E5; }
a { background-color: rgb(206,49,229); }
div.DivClassName
{
background-color: #CE31E5;
}
.BgClassName
{
background-color: #CE31E5;
}
</style>
border-color css
<style>
span { border-color: #CE31E5; }
span { border-color: rgb(206,49,229); }
td.TdClassName
{
border-color: #CE31E5;
}
.TagClassName
{
border-color: #CE31E5;
}
</style>