Shades of Medium Orchid #CE5AE5
Tints of Medium Orchid #CE5AE5
RGB
CMYK
RGB Variations
Color information
#CE5AE5 (or 0xCE5AE5) is known color: Medium Orchid. HEX triplet: CE, 5A and E5. RGB value is (206,90,229). Sum of RGB (Red+Green+Blue) = 206+90+229=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE5AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AE5 is #31A51A. Grayscale: #8C8C8C. Windows color (decimal): -3253531 or 15030990. OLE color: 15030990.
HSL color Cylindrical-coordinate representation of color #CE5AE5: hue angle of 290.07º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5AE5 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 90 | 229 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.10 |
| HSL | 290.07º | 0.73% | 0.63% | - |
| HSV(B) | 290.07º | 0.61% | 0.9% | - |
| XYZ | 43.25 | 26.09 | 76.89 | - |
| YUV | 140.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 229 | 0.10 | 0.61 | 0 | 0.10 | 290.07 | 0.73 | 0.63 |
| Hex | CE | 5A | E5 | A | 3D | 0 | A | 122 | 49 | 3F |
| Octal | 316 | 132 | 345 | 12 | 75 | 0 | 12 | 442 | 111 | 77 |
| Binary | 11001110 | 1011010 | 11100101 | 1010 | 111101 | 0 | 1010 | 100100010 | 1001001 | 111111 |
Color Harmonies of #CE5AE5
Complementary color
Monochromatic Colors of #CE5AE5
Black with #CE5AE5
Text Example
Text Example
White with #CE5AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AE5; }
p { color: rgb(206,90,229); }
H1.HeaderClassName
{
color: #CE5AE5;
}
.AnyTagClassName
{
color: #CE5AE5;
}
</style>
background-color css
<style>
a { background-color: #CE5AE5; }
a { background-color: rgb(206,90,229); }
div.DivClassName
{
background-color: #CE5AE5;
}
.BgClassName
{
background-color: #CE5AE5;
}
</style>
border-color css
<style>
span { border-color: #CE5AE5; }
span { border-color: rgb(206,90,229); }
td.TdClassName
{
border-color: #CE5AE5;
}
.TagClassName
{
border-color: #CE5AE5;
}
</style>