Shades of Medium Orchid #CE3AE0
Tints of Medium Orchid #CE3AE0
RGB
CMYK
RGB Variations
Color information
#CE3AE0 (or 0xCE3AE0) is known color: Medium Orchid. HEX triplet: CE, 3A and E0. RGB value is (206,58,224). Sum of RGB (Red+Green+Blue) = 206+58+224=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE3AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3AE0 is #31C51F. Grayscale: #787878. Windows color (decimal): -3261728 or 14695118. OLE color: 14695118.
HSL color Cylindrical-coordinate representation of color #CE3AE0: hue angle of 293.49º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3AE0 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 58 | 224 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.12 |
| HSL | 293.49º | 0.73% | 0.55% | - |
| HSV(B) | 293.49º | 0.74% | 0.88% | - |
| XYZ | 40.42 | 21.53 | 72.55 | - |
| YUV | 121.18 | 186.03 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 224 | 0.08 | 0.74 | 0 | 0.12 | 293.49 | 0.73 | 0.55 |
| Hex | CE | 3A | E0 | 8 | 4A | 0 | C | 125 | 49 | 37 |
| Octal | 316 | 72 | 340 | 10 | 112 | 0 | 14 | 445 | 111 | 67 |
| Binary | 11001110 | 111010 | 11100000 | 1000 | 1001010 | 0 | 1100 | 100100101 | 1001001 | 110111 |
Color Harmonies of #CE3AE0
Complementary color
Monochromatic Colors of #CE3AE0
Black with #CE3AE0
Text Example
Text Example
White with #CE3AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AE0; }
p { color: rgb(206,58,224); }
H1.HeaderClassName
{
color: #CE3AE0;
}
.AnyTagClassName
{
color: #CE3AE0;
}
</style>
background-color css
<style>
a { background-color: #CE3AE0; }
a { background-color: rgb(206,58,224); }
div.DivClassName
{
background-color: #CE3AE0;
}
.BgClassName
{
background-color: #CE3AE0;
}
</style>
border-color css
<style>
span { border-color: #CE3AE0; }
span { border-color: rgb(206,58,224); }
td.TdClassName
{
border-color: #CE3AE0;
}
.TagClassName
{
border-color: #CE3AE0;
}
</style>