Shades of Medium Orchid #CE42E5
Tints of Medium Orchid #CE42E5
RGB
CMYK
RGB Variations
Color information
#CE42E5 (or 0xCE42E5) is known color: Medium Orchid. HEX triplet: CE, 42 and E5. RGB value is (206,66,229). Sum of RGB (Red+Green+Blue) = 206+66+229=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE42E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42E5 is #31BD1A. Grayscale: #7D7D7D. Windows color (decimal): -3259675 or 15024846. OLE color: 15024846.
HSL color Cylindrical-coordinate representation of color #CE42E5: hue angle of 291.53º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE42E5 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 66 | 229 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.10 |
| HSL | 291.53º | 0.76% | 0.58% | - |
| HSV(B) | 291.53º | 0.71% | 0.9% | - |
| XYZ | 41.54 | 22.68 | 76.32 | - |
| YUV | 126.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 229 | 0.10 | 0.71 | 0 | 0.10 | 291.53 | 0.76 | 0.58 |
| Hex | CE | 42 | E5 | A | 47 | 0 | A | 124 | 4C | 3A |
| Octal | 316 | 102 | 345 | 12 | 107 | 0 | 12 | 444 | 114 | 72 |
| Binary | 11001110 | 1000010 | 11100101 | 1010 | 1000111 | 0 | 1010 | 100100100 | 1001100 | 111010 |
Color Harmonies of #CE42E5
Complementary color
Monochromatic Colors of #CE42E5
Black with #CE42E5
Text Example
Text Example
White with #CE42E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42E5; }
p { color: rgb(206,66,229); }
H1.HeaderClassName
{
color: #CE42E5;
}
.AnyTagClassName
{
color: #CE42E5;
}
</style>
background-color css
<style>
a { background-color: #CE42E5; }
a { background-color: rgb(206,66,229); }
div.DivClassName
{
background-color: #CE42E5;
}
.BgClassName
{
background-color: #CE42E5;
}
</style>
border-color css
<style>
span { border-color: #CE42E5; }
span { border-color: rgb(206,66,229); }
td.TdClassName
{
border-color: #CE42E5;
}
.TagClassName
{
border-color: #CE42E5;
}
</style>