Shades of Medium Orchid #CE34EF
Tints of Medium Orchid #CE34EF
RGB
CMYK
RGB Variations
Color information
#CE34EF (or 0xCE34EF) is known color: Medium Orchid. HEX triplet: CE, 34 and EF. RGB value is (206,52,239). Sum of RGB (Red+Green+Blue) = 206+52+239=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE34EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34EF is #31CB10. Grayscale: #767676. Windows color (decimal): -3263249 or 15676622. OLE color: 15676622.
HSL color Cylindrical-coordinate representation of color #CE34EF: hue angle of 289.41º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE34EF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 52 | 239 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.06 |
| HSL | 289.41º | 0.85% | 0.57% | - |
| HSV(B) | 289.41º | 0.78% | 0.94% | - |
| XYZ | 42.26 | 21.81 | 83.64 | - |
| YUV | 119.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 239 | 0.14 | 0.78 | 0 | 0.06 | 289.41 | 0.85 | 0.57 |
| Hex | CE | 34 | EF | E | 4E | 0 | 6 | 121 | 55 | 39 |
| Octal | 316 | 64 | 357 | 16 | 116 | 0 | 6 | 441 | 125 | 71 |
| Binary | 11001110 | 110100 | 11101111 | 1110 | 1001110 | 0 | 110 | 100100001 | 1010101 | 111001 |
Color Harmonies of #CE34EF
Complementary color
Monochromatic Colors of #CE34EF
Black with #CE34EF
Text Example
Text Example
White with #CE34EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34EF; }
p { color: rgb(206,52,239); }
H1.HeaderClassName
{
color: #CE34EF;
}
.AnyTagClassName
{
color: #CE34EF;
}
</style>
background-color css
<style>
a { background-color: #CE34EF; }
a { background-color: rgb(206,52,239); }
div.DivClassName
{
background-color: #CE34EF;
}
.BgClassName
{
background-color: #CE34EF;
}
</style>
border-color css
<style>
span { border-color: #CE34EF; }
span { border-color: rgb(206,52,239); }
td.TdClassName
{
border-color: #CE34EF;
}
.TagClassName
{
border-color: #CE34EF;
}
</style>