Shades of Medium Orchid #CE4AEB
Tints of Medium Orchid #CE4AEB
RGB
CMYK
RGB Variations
Color information
#CE4AEB (or 0xCE4AEB) is known color: Medium Orchid. HEX triplet: CE, 4A and EB. RGB value is (206,74,235). Sum of RGB (Red+Green+Blue) = 206+74+235=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE4AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AEB is #31B514. Grayscale: #838383. Windows color (decimal): -3257621 or 15420110. OLE color: 15420110.
HSL color Cylindrical-coordinate representation of color #CE4AEB: hue angle of 289.19º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4AEB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 74 | 235 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.08 |
| HSL | 289.19º | 0.8% | 0.61% | - |
| HSV(B) | 289.19º | 0.69% | 0.92% | - |
| XYZ | 42.9 | 24.02 | 80.97 | - |
| YUV | 131.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 235 | 0.12 | 0.69 | 0 | 0.08 | 289.19 | 0.8 | 0.61 |
| Hex | CE | 4A | EB | C | 45 | 0 | 8 | 121 | 50 | 3D |
| Octal | 316 | 112 | 353 | 14 | 105 | 0 | 10 | 441 | 120 | 75 |
| Binary | 11001110 | 1001010 | 11101011 | 1100 | 1000101 | 0 | 1000 | 100100001 | 1010000 | 111101 |
Color Harmonies of #CE4AEB
Complementary color
Monochromatic Colors of #CE4AEB
Black with #CE4AEB
Text Example
Text Example
White with #CE4AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AEB; }
p { color: rgb(206,74,235); }
H1.HeaderClassName
{
color: #CE4AEB;
}
.AnyTagClassName
{
color: #CE4AEB;
}
</style>
background-color css
<style>
a { background-color: #CE4AEB; }
a { background-color: rgb(206,74,235); }
div.DivClassName
{
background-color: #CE4AEB;
}
.BgClassName
{
background-color: #CE4AEB;
}
</style>
border-color css
<style>
span { border-color: #CE4AEB; }
span { border-color: rgb(206,74,235); }
td.TdClassName
{
border-color: #CE4AEB;
}
.TagClassName
{
border-color: #CE4AEB;
}
</style>