Shades of Medium Orchid #CE42E0
Tints of Medium Orchid #CE42E0
RGB
CMYK
RGB Variations
Color information
#CE42E0 (or 0xCE42E0) is known color: Medium Orchid. HEX triplet: CE, 42 and E0. RGB value is (206,66,224). Sum of RGB (Red+Green+Blue) = 206+66+224=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE42E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42E0 is #31BD1F. Grayscale: #7D7D7D. Windows color (decimal): -3259680 or 14697166. OLE color: 14697166.
HSL color Cylindrical-coordinate representation of color #CE42E0: hue angle of 293.16º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE42E0 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 66 | 224 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.12 |
| HSL | 293.16º | 0.72% | 0.57% | - |
| HSV(B) | 293.16º | 0.71% | 0.88% | - |
| XYZ | 40.86 | 22.4 | 72.69 | - |
| YUV | 125.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 224 | 0.08 | 0.71 | 0 | 0.12 | 293.16 | 0.72 | 0.57 |
| Hex | CE | 42 | E0 | 8 | 47 | 0 | C | 125 | 48 | 39 |
| Octal | 316 | 102 | 340 | 10 | 107 | 0 | 14 | 445 | 110 | 71 |
| Binary | 11001110 | 1000010 | 11100000 | 1000 | 1000111 | 0 | 1100 | 100100101 | 1001000 | 111001 |
Color Harmonies of #CE42E0
Complementary color
Monochromatic Colors of #CE42E0
Black with #CE42E0
Text Example
Text Example
White with #CE42E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42E0; }
p { color: rgb(206,66,224); }
H1.HeaderClassName
{
color: #CE42E0;
}
.AnyTagClassName
{
color: #CE42E0;
}
</style>
background-color css
<style>
a { background-color: #CE42E0; }
a { background-color: rgb(206,66,224); }
div.DivClassName
{
background-color: #CE42E0;
}
.BgClassName
{
background-color: #CE42E0;
}
</style>
border-color css
<style>
span { border-color: #CE42E0; }
span { border-color: rgb(206,66,224); }
td.TdClassName
{
border-color: #CE42E0;
}
.TagClassName
{
border-color: #CE42E0;
}
</style>