Shades of Medium Orchid #CE46EA
Tints of Medium Orchid #CE46EA
RGB
CMYK
RGB Variations
Color information
#CE46EA (or 0xCE46EA) is known color: Medium Orchid. HEX triplet: CE, 46 and EA. RGB value is (206,70,234). Sum of RGB (Red+Green+Blue) = 206+70+234=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE46EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE46EA is #31B915. Grayscale: #808080. Windows color (decimal): -3258646 or 15353550. OLE color: 15353550.
HSL color Cylindrical-coordinate representation of color #CE46EA: hue angle of 289.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE46EA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 70 | 234 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.08 |
| HSL | 289.76º | 0.8% | 0.6% | - |
| HSV(B) | 289.76º | 0.7% | 0.92% | - |
| XYZ | 42.5 | 23.44 | 80.13 | - |
| YUV | 129.36 | 187.06 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 234 | 0.12 | 0.70 | 0 | 0.08 | 289.76 | 0.8 | 0.6 |
| Hex | CE | 46 | EA | C | 46 | 0 | 8 | 122 | 50 | 3C |
| Octal | 316 | 106 | 352 | 14 | 106 | 0 | 10 | 442 | 120 | 74 |
| Binary | 11001110 | 1000110 | 11101010 | 1100 | 1000110 | 0 | 1000 | 100100010 | 1010000 | 111100 |
Color Harmonies of #CE46EA
Complementary color
Monochromatic Colors of #CE46EA
Black with #CE46EA
Text Example
Text Example
White with #CE46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46EA; }
p { color: rgb(206,70,234); }
H1.HeaderClassName
{
color: #CE46EA;
}
.AnyTagClassName
{
color: #CE46EA;
}
</style>
background-color css
<style>
a { background-color: #CE46EA; }
a { background-color: rgb(206,70,234); }
div.DivClassName
{
background-color: #CE46EA;
}
.BgClassName
{
background-color: #CE46EA;
}
</style>
border-color css
<style>
span { border-color: #CE46EA; }
span { border-color: rgb(206,70,234); }
td.TdClassName
{
border-color: #CE46EA;
}
.TagClassName
{
border-color: #CE46EA;
}
</style>