Shades of Medium Orchid #CE3AED
Tints of Medium Orchid #CE3AED
RGB
CMYK
RGB Variations
Color information
#CE3AED (or 0xCE3AED) is known color: Medium Orchid. HEX triplet: CE, 3A and ED. RGB value is (206,58,237). Sum of RGB (Red+Green+Blue) = 206+58+237=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE3AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AED is #31C512. Grayscale: #7A7A7A. Windows color (decimal): -3261715 or 15547086. OLE color: 15547086.
HSL color Cylindrical-coordinate representation of color #CE3AED: hue angle of 289.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3AED is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 58 | 237 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.07 |
| HSL | 289.61º | 0.83% | 0.58% | - |
| HSV(B) | 289.61º | 0.76% | 0.93% | - |
| XYZ | 42.25 | 22.26 | 82.19 | - |
| YUV | 122.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 237 | 0.13 | 0.76 | 0 | 0.07 | 289.61 | 0.83 | 0.58 |
| Hex | CE | 3A | ED | D | 4C | 0 | 7 | 122 | 53 | 3A |
| Octal | 316 | 72 | 355 | 15 | 114 | 0 | 7 | 442 | 123 | 72 |
| Binary | 11001110 | 111010 | 11101101 | 1101 | 1001100 | 0 | 111 | 100100010 | 1010011 | 111010 |
Color Harmonies of #CE3AED
Complementary color
Monochromatic Colors of #CE3AED
Black with #CE3AED
Text Example
Text Example
White with #CE3AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AED; }
p { color: rgb(206,58,237); }
H1.HeaderClassName
{
color: #CE3AED;
}
.AnyTagClassName
{
color: #CE3AED;
}
</style>
background-color css
<style>
a { background-color: #CE3AED; }
a { background-color: rgb(206,58,237); }
div.DivClassName
{
background-color: #CE3AED;
}
.BgClassName
{
background-color: #CE3AED;
}
</style>
border-color css
<style>
span { border-color: #CE3AED; }
span { border-color: rgb(206,58,237); }
td.TdClassName
{
border-color: #CE3AED;
}
.TagClassName
{
border-color: #CE3AED;
}
</style>