Shades of Medium Orchid #CE34EA
Tints of Medium Orchid #CE34EA
RGB
CMYK
RGB Variations
Color information
#CE34EA (or 0xCE34EA) is known color: Medium Orchid. HEX triplet: CE, 34 and EA. RGB value is (206,52,234). Sum of RGB (Red+Green+Blue) = 206+52+234=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE34EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34EA is #31CB15. Grayscale: #767676. Windows color (decimal): -3263254 or 15348942. OLE color: 15348942.
HSL color Cylindrical-coordinate representation of color #CE34EA: hue angle of 290.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE34EA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 52 | 234 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.08 |
| HSL | 290.77º | 0.81% | 0.56% | - |
| HSV(B) | 290.77º | 0.78% | 0.92% | - |
| XYZ | 41.53 | 21.52 | 79.81 | - |
| YUV | 118.79 | 193.02 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 234 | 0.12 | 0.78 | 0 | 0.08 | 290.77 | 0.81 | 0.56 |
| Hex | CE | 34 | EA | C | 4E | 0 | 8 | 123 | 51 | 38 |
| Octal | 316 | 64 | 352 | 14 | 116 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11001110 | 110100 | 11101010 | 1100 | 1001110 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #CE34EA
Complementary color
Monochromatic Colors of #CE34EA
Black with #CE34EA
Text Example
Text Example
White with #CE34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34EA; }
p { color: rgb(206,52,234); }
H1.HeaderClassName
{
color: #CE34EA;
}
.AnyTagClassName
{
color: #CE34EA;
}
</style>
background-color css
<style>
a { background-color: #CE34EA; }
a { background-color: rgb(206,52,234); }
div.DivClassName
{
background-color: #CE34EA;
}
.BgClassName
{
background-color: #CE34EA;
}
</style>
border-color css
<style>
span { border-color: #CE34EA; }
span { border-color: rgb(206,52,234); }
td.TdClassName
{
border-color: #CE34EA;
}
.TagClassName
{
border-color: #CE34EA;
}
</style>