Shades of Medium Orchid #CE44E5
Tints of Medium Orchid #CE44E5
RGB
CMYK
RGB Variations
Color information
#CE44E5 (or 0xCE44E5) is known color: Medium Orchid. HEX triplet: CE, 44 and E5. RGB value is (206,68,229). Sum of RGB (Red+Green+Blue) = 206+68+229=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE44E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44E5 is #31BB1A. Grayscale: #7F7F7F. Windows color (decimal): -3259163 or 15025358. OLE color: 15025358.
HSL color Cylindrical-coordinate representation of color #CE44E5: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE44E5 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 68 | 229 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.10 |
| HSL | 291.43º | 0.76% | 0.58% | - |
| HSV(B) | 291.43º | 0.7% | 0.9% | - |
| XYZ | 41.66 | 22.91 | 76.36 | - |
| YUV | 127.62 | 185.22 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 229 | 0.10 | 0.70 | 0 | 0.10 | 291.43 | 0.76 | 0.58 |
| Hex | CE | 44 | E5 | A | 46 | 0 | A | 123 | 4C | 3A |
| Octal | 316 | 104 | 345 | 12 | 106 | 0 | 12 | 443 | 114 | 72 |
| Binary | 11001110 | 1000100 | 11100101 | 1010 | 1000110 | 0 | 1010 | 100100011 | 1001100 | 111010 |
Color Harmonies of #CE44E5
Complementary color
Monochromatic Colors of #CE44E5
Black with #CE44E5
Text Example
Text Example
White with #CE44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44E5; }
p { color: rgb(206,68,229); }
H1.HeaderClassName
{
color: #CE44E5;
}
.AnyTagClassName
{
color: #CE44E5;
}
</style>
background-color css
<style>
a { background-color: #CE44E5; }
a { background-color: rgb(206,68,229); }
div.DivClassName
{
background-color: #CE44E5;
}
.BgClassName
{
background-color: #CE44E5;
}
</style>
border-color css
<style>
span { border-color: #CE44E5; }
span { border-color: rgb(206,68,229); }
td.TdClassName
{
border-color: #CE44E5;
}
.TagClassName
{
border-color: #CE44E5;
}
</style>