Shades of Medium Orchid #CE5ADE
Tints of Medium Orchid #CE5ADE
RGB
CMYK
RGB Variations
Color information
#CE5ADE (or 0xCE5ADE) is known color: Medium Orchid. HEX triplet: CE, 5A and DE. RGB value is (206,90,222). Sum of RGB (Red+Green+Blue) = 206+90+222=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ADE is #31A521. Grayscale: #8B8B8B. Windows color (decimal): -3253538 or 14572238. OLE color: 14572238.
HSL color Cylindrical-coordinate representation of color #CE5ADE: hue angle of 292.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5ADE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 90 | 222 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.13 |
| HSL | 292.73º | 0.67% | 0.61% | - |
| HSV(B) | 292.73º | 0.59% | 0.87% | - |
| XYZ | 42.29 | 25.71 | 71.84 | - |
| YUV | 139.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 222 | 0.07 | 0.59 | 0 | 0.13 | 292.73 | 0.67 | 0.61 |
| Hex | CE | 5A | DE | 7 | 3B | 0 | D | 125 | 43 | 3D |
| Octal | 316 | 132 | 336 | 7 | 73 | 0 | 15 | 445 | 103 | 75 |
| Binary | 11001110 | 1011010 | 11011110 | 111 | 111011 | 0 | 1101 | 100100101 | 1000011 | 111101 |
Color Harmonies of #CE5ADE
Complementary color
Monochromatic Colors of #CE5ADE
Black with #CE5ADE
Text Example
Text Example
White with #CE5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5ADE; }
p { color: rgb(206,90,222); }
H1.HeaderClassName
{
color: #CE5ADE;
}
.AnyTagClassName
{
color: #CE5ADE;
}
</style>
background-color css
<style>
a { background-color: #CE5ADE; }
a { background-color: rgb(206,90,222); }
div.DivClassName
{
background-color: #CE5ADE;
}
.BgClassName
{
background-color: #CE5ADE;
}
</style>
border-color css
<style>
span { border-color: #CE5ADE; }
span { border-color: rgb(206,90,222); }
td.TdClassName
{
border-color: #CE5ADE;
}
.TagClassName
{
border-color: #CE5ADE;
}
</style>