Shades of Medium Orchid #CE44E9
Tints of Medium Orchid #CE44E9
RGB
CMYK
RGB Variations
Color information
#CE44E9 (or 0xCE44E9) is known color: Medium Orchid. HEX triplet: CE, 44 and E9. RGB value is (206,68,233). Sum of RGB (Red+Green+Blue) = 206+68+233=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE44E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE44E9 is #31BB16. Grayscale: #7F7F7F. Windows color (decimal): -3259159 or 15287502. OLE color: 15287502.
HSL color Cylindrical-coordinate representation of color #CE44E9: hue angle of 290.18º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE44E9 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 68 | 233 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.09 |
| HSL | 290.18º | 0.79% | 0.59% | - |
| HSV(B) | 290.18º | 0.71% | 0.91% | - |
| XYZ | 42.23 | 23.14 | 79.33 | - |
| YUV | 128.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 233 | 0.12 | 0.71 | 0 | 0.09 | 290.18 | 0.79 | 0.59 |
| Hex | CE | 44 | E9 | C | 47 | 0 | 9 | 122 | 4F | 3B |
| Octal | 316 | 104 | 351 | 14 | 107 | 0 | 11 | 442 | 117 | 73 |
| Binary | 11001110 | 1000100 | 11101001 | 1100 | 1000111 | 0 | 1001 | 100100010 | 1001111 | 111011 |
Color Harmonies of #CE44E9
Complementary color
Monochromatic Colors of #CE44E9
Black with #CE44E9
Text Example
Text Example
White with #CE44E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44E9; }
p { color: rgb(206,68,233); }
H1.HeaderClassName
{
color: #CE44E9;
}
.AnyTagClassName
{
color: #CE44E9;
}
</style>
background-color css
<style>
a { background-color: #CE44E9; }
a { background-color: rgb(206,68,233); }
div.DivClassName
{
background-color: #CE44E9;
}
.BgClassName
{
background-color: #CE44E9;
}
</style>
border-color css
<style>
span { border-color: #CE44E9; }
span { border-color: rgb(206,68,233); }
td.TdClassName
{
border-color: #CE44E9;
}
.TagClassName
{
border-color: #CE44E9;
}
</style>