Shades of Medium Orchid #CE5AEA
Tints of Medium Orchid #CE5AEA
RGB
CMYK
RGB Variations
Color information
#CE5AEA (or 0xCE5AEA) is known color: Medium Orchid. HEX triplet: CE, 5A and EA. RGB value is (206,90,234). Sum of RGB (Red+Green+Blue) = 206+90+234=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE5AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AEA is #31A515. Grayscale: #8C8C8C. Windows color (decimal): -3253526 or 15358670. OLE color: 15358670.
HSL color Cylindrical-coordinate representation of color #CE5AEA: hue angle of 288.33º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5AEA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 90 | 234 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.08 |
| HSL | 288.33º | 0.77% | 0.64% | - |
| HSV(B) | 288.33º | 0.62% | 0.92% | - |
| XYZ | 43.96 | 26.37 | 80.62 | - |
| YUV | 141.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 234 | 0.12 | 0.62 | 0 | 0.08 | 288.33 | 0.77 | 0.64 |
| Hex | CE | 5A | EA | C | 3E | 0 | 8 | 120 | 4D | 40 |
| Octal | 316 | 132 | 352 | 14 | 76 | 0 | 10 | 440 | 115 | 100 |
| Binary | 11001110 | 1011010 | 11101010 | 1100 | 111110 | 0 | 1000 | 100100000 | 1001101 | 1000000 |
Color Harmonies of #CE5AEA
Complementary color
Monochromatic Colors of #CE5AEA
Black with #CE5AEA
Text Example
Text Example
White with #CE5AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AEA; }
p { color: rgb(206,90,234); }
H1.HeaderClassName
{
color: #CE5AEA;
}
.AnyTagClassName
{
color: #CE5AEA;
}
</style>
background-color css
<style>
a { background-color: #CE5AEA; }
a { background-color: rgb(206,90,234); }
div.DivClassName
{
background-color: #CE5AEA;
}
.BgClassName
{
background-color: #CE5AEA;
}
</style>
border-color css
<style>
span { border-color: #CE5AEA; }
span { border-color: rgb(206,90,234); }
td.TdClassName
{
border-color: #CE5AEA;
}
.TagClassName
{
border-color: #CE5AEA;
}
</style>