Shades of Medium Orchid #CE4AED
Tints of Medium Orchid #CE4AED
RGB
CMYK
RGB Variations
Color information
#CE4AED (or 0xCE4AED) is known color: Medium Orchid. HEX triplet: CE, 4A and ED. RGB value is (206,74,237). Sum of RGB (Red+Green+Blue) = 206+74+237=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AED is #31B512. Grayscale: #838383. Windows color (decimal): -3257619 or 15551182. OLE color: 15551182.
HSL color Cylindrical-coordinate representation of color #CE4AED: hue angle of 288.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4AED is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 74 | 237 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.07 |
| HSL | 288.59º | 0.82% | 0.61% | - |
| HSV(B) | 288.59º | 0.69% | 0.93% | - |
| XYZ | 43.19 | 24.13 | 82.5 | - |
| YUV | 132.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 237 | 0.13 | 0.69 | 0 | 0.07 | 288.59 | 0.82 | 0.61 |
| Hex | CE | 4A | ED | D | 45 | 0 | 7 | 121 | 52 | 3D |
| Octal | 316 | 112 | 355 | 15 | 105 | 0 | 7 | 441 | 122 | 75 |
| Binary | 11001110 | 1001010 | 11101101 | 1101 | 1000101 | 0 | 111 | 100100001 | 1010010 | 111101 |
Color Harmonies of #CE4AED
Complementary color
Monochromatic Colors of #CE4AED
Black with #CE4AED
Text Example
Text Example
White with #CE4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AED; }
p { color: rgb(206,74,237); }
H1.HeaderClassName
{
color: #CE4AED;
}
.AnyTagClassName
{
color: #CE4AED;
}
</style>
background-color css
<style>
a { background-color: #CE4AED; }
a { background-color: rgb(206,74,237); }
div.DivClassName
{
background-color: #CE4AED;
}
.BgClassName
{
background-color: #CE4AED;
}
</style>
border-color css
<style>
span { border-color: #CE4AED; }
span { border-color: rgb(206,74,237); }
td.TdClassName
{
border-color: #CE4AED;
}
.TagClassName
{
border-color: #CE4AED;
}
</style>