Shades of Medium Orchid #CE5AE8
Tints of Medium Orchid #CE5AE8
RGB
CMYK
RGB Variations
Color information
#CE5AE8 (or 0xCE5AE8) is known color: Medium Orchid. HEX triplet: CE, 5A and E8. RGB value is (206,90,232). Sum of RGB (Red+Green+Blue) = 206+90+232=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE5AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AE8 is #31A517. Grayscale: #8C8C8C. Windows color (decimal): -3253528 or 15227598. OLE color: 15227598.
HSL color Cylindrical-coordinate representation of color #CE5AE8: hue angle of 289.01º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5AE8 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 90 | 232 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.09 |
| HSL | 289.01º | 0.76% | 0.63% | - |
| HSV(B) | 289.01º | 0.61% | 0.91% | - |
| XYZ | 43.68 | 26.26 | 79.11 | - |
| YUV | 140.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 232 | 0.11 | 0.61 | 0 | 0.09 | 289.01 | 0.76 | 0.63 |
| Hex | CE | 5A | E8 | B | 3D | 0 | 9 | 121 | 4C | 3F |
| Octal | 316 | 132 | 350 | 13 | 75 | 0 | 11 | 441 | 114 | 77 |
| Binary | 11001110 | 1011010 | 11101000 | 1011 | 111101 | 0 | 1001 | 100100001 | 1001100 | 111111 |
Color Harmonies of #CE5AE8
Complementary color
Monochromatic Colors of #CE5AE8
Black with #CE5AE8
Text Example
Text Example
White with #CE5AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AE8; }
p { color: rgb(206,90,232); }
H1.HeaderClassName
{
color: #CE5AE8;
}
.AnyTagClassName
{
color: #CE5AE8;
}
</style>
background-color css
<style>
a { background-color: #CE5AE8; }
a { background-color: rgb(206,90,232); }
div.DivClassName
{
background-color: #CE5AE8;
}
.BgClassName
{
background-color: #CE5AE8;
}
</style>
border-color css
<style>
span { border-color: #CE5AE8; }
span { border-color: rgb(206,90,232); }
td.TdClassName
{
border-color: #CE5AE8;
}
.TagClassName
{
border-color: #CE5AE8;
}
</style>