Shades of Medium Orchid #CE42EE
Tints of Medium Orchid #CE42EE
RGB
CMYK
RGB Variations
Color information
#CE42EE (or 0xCE42EE) is known color: Medium Orchid. HEX triplet: CE, 42 and EE. RGB value is (206,66,238). Sum of RGB (Red+Green+Blue) = 206+66+238=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42EE is #31BD11. Grayscale: #7E7E7E. Windows color (decimal): -3259666 or 15614670. OLE color: 15614670.
HSL color Cylindrical-coordinate representation of color #CE42EE: hue angle of 288.84º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE42EE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 66 | 238 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.07 |
| HSL | 288.84º | 0.83% | 0.6% | - |
| HSV(B) | 288.84º | 0.72% | 0.93% | - |
| XYZ | 42.83 | 23.19 | 83.11 | - |
| YUV | 127.47 | 190.38 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 238 | 0.13 | 0.72 | 0 | 0.07 | 288.84 | 0.83 | 0.6 |
| Hex | CE | 42 | EE | D | 48 | 0 | 7 | 121 | 53 | 3C |
| Octal | 316 | 102 | 356 | 15 | 110 | 0 | 7 | 441 | 123 | 74 |
| Binary | 11001110 | 1000010 | 11101110 | 1101 | 1001000 | 0 | 111 | 100100001 | 1010011 | 111100 |
Color Harmonies of #CE42EE
Complementary color
Monochromatic Colors of #CE42EE
Black with #CE42EE
Text Example
Text Example
White with #CE42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42EE; }
p { color: rgb(206,66,238); }
H1.HeaderClassName
{
color: #CE42EE;
}
.AnyTagClassName
{
color: #CE42EE;
}
</style>
background-color css
<style>
a { background-color: #CE42EE; }
a { background-color: rgb(206,66,238); }
div.DivClassName
{
background-color: #CE42EE;
}
.BgClassName
{
background-color: #CE42EE;
}
</style>
border-color css
<style>
span { border-color: #CE42EE; }
span { border-color: rgb(206,66,238); }
td.TdClassName
{
border-color: #CE42EE;
}
.TagClassName
{
border-color: #CE42EE;
}
</style>