Shades of Medium Orchid #CE42EF
Tints of Medium Orchid #CE42EF
RGB
CMYK
RGB Variations
Color information
#CE42EF (or 0xCE42EF) is known color: Medium Orchid. HEX triplet: CE, 42 and EF. RGB value is (206,66,239). Sum of RGB (Red+Green+Blue) = 206+66+239=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE42EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42EF is #31BD10. Grayscale: #7F7F7F. Windows color (decimal): -3259665 or 15680206. OLE color: 15680206.
HSL color Cylindrical-coordinate representation of color #CE42EF: hue angle of 288.55º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE42EF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 66 | 239 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.06 |
| HSL | 288.55º | 0.84% | 0.6% | - |
| HSV(B) | 288.55º | 0.72% | 0.94% | - |
| XYZ | 42.98 | 23.25 | 83.88 | - |
| YUV | 127.58 | 190.88 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 239 | 0.14 | 0.72 | 0 | 0.06 | 288.55 | 0.84 | 0.6 |
| Hex | CE | 42 | EF | E | 48 | 0 | 6 | 121 | 54 | 3C |
| Octal | 316 | 102 | 357 | 16 | 110 | 0 | 6 | 441 | 124 | 74 |
| Binary | 11001110 | 1000010 | 11101111 | 1110 | 1001000 | 0 | 110 | 100100001 | 1010100 | 111100 |
Color Harmonies of #CE42EF
Complementary color
Monochromatic Colors of #CE42EF
Black with #CE42EF
Text Example
Text Example
White with #CE42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42EF; }
p { color: rgb(206,66,239); }
H1.HeaderClassName
{
color: #CE42EF;
}
.AnyTagClassName
{
color: #CE42EF;
}
</style>
background-color css
<style>
a { background-color: #CE42EF; }
a { background-color: rgb(206,66,239); }
div.DivClassName
{
background-color: #CE42EF;
}
.BgClassName
{
background-color: #CE42EF;
}
</style>
border-color css
<style>
span { border-color: #CE42EF; }
span { border-color: rgb(206,66,239); }
td.TdClassName
{
border-color: #CE42EF;
}
.TagClassName
{
border-color: #CE42EF;
}
</style>