Shades of Medium Orchid #CE5AD9
Tints of Medium Orchid #CE5AD9
RGB
CMYK
RGB Variations
Color information
#CE5AD9 (or 0xCE5AD9) is known color: Medium Orchid. HEX triplet: CE, 5A and D9. RGB value is (206,90,217). Sum of RGB (Red+Green+Blue) = 206+90+217=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE5AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AD9 is #31A526. Grayscale: #8A8A8A. Windows color (decimal): -3253543 or 14244558. OLE color: 14244558.
HSL color Cylindrical-coordinate representation of color #CE5AD9: hue angle of 294.8º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5AD9 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 90 | 217 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.15 |
| HSL | 294.8º | 0.63% | 0.6% | - |
| HSV(B) | 294.8º | 0.59% | 0.85% | - |
| XYZ | 41.63 | 25.44 | 68.36 | - |
| YUV | 139.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 217 | 0.05 | 0.59 | 0 | 0.15 | 294.8 | 0.63 | 0.6 |
| Hex | CE | 5A | D9 | 5 | 3B | 0 | F | 127 | 3F | 3C |
| Octal | 316 | 132 | 331 | 5 | 73 | 0 | 17 | 447 | 77 | 74 |
| Binary | 11001110 | 1011010 | 11011001 | 101 | 111011 | 0 | 1111 | 100100111 | 111111 | 111100 |
Color Harmonies of #CE5AD9
Complementary color
Monochromatic Colors of #CE5AD9
Black with #CE5AD9
Text Example
Text Example
White with #CE5AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AD9; }
p { color: rgb(206,90,217); }
H1.HeaderClassName
{
color: #CE5AD9;
}
.AnyTagClassName
{
color: #CE5AD9;
}
</style>
background-color css
<style>
a { background-color: #CE5AD9; }
a { background-color: rgb(206,90,217); }
div.DivClassName
{
background-color: #CE5AD9;
}
.BgClassName
{
background-color: #CE5AD9;
}
</style>
border-color css
<style>
span { border-color: #CE5AD9; }
span { border-color: rgb(206,90,217); }
td.TdClassName
{
border-color: #CE5AD9;
}
.TagClassName
{
border-color: #CE5AD9;
}
</style>