Shades of Medium Orchid #CE5AD6
Tints of Medium Orchid #CE5AD6
RGB
CMYK
RGB Variations
Color information
#CE5AD6 (or 0xCE5AD6) is known color: Medium Orchid. HEX triplet: CE, 5A and D6. RGB value is (206,90,214). Sum of RGB (Red+Green+Blue) = 206+90+214=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE5AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AD6 is #31A529. Grayscale: #8A8A8A. Windows color (decimal): -3253546 or 14047950. OLE color: 14047950.
HSL color Cylindrical-coordinate representation of color #CE5AD6: hue angle of 296.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5AD6 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 90 | 214 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.16 |
| HSL | 296.13º | 0.6% | 0.6% | - |
| HSV(B) | 296.13º | 0.58% | 0.84% | - |
| XYZ | 41.25 | 25.29 | 66.33 | - |
| YUV | 138.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 214 | 0.04 | 0.58 | 0 | 0.16 | 296.13 | 0.6 | 0.6 |
| Hex | CE | 5A | D6 | 4 | 3A | 0 | 10 | 128 | 3C | 3C |
| Octal | 316 | 132 | 326 | 4 | 72 | 0 | 20 | 450 | 74 | 74 |
| Binary | 11001110 | 1011010 | 11010110 | 100 | 111010 | 0 | 10000 | 100101000 | 111100 | 111100 |
Color Harmonies of #CE5AD6
Complementary color
Monochromatic Colors of #CE5AD6
Black with #CE5AD6
Text Example
Text Example
White with #CE5AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AD6; }
p { color: rgb(206,90,214); }
H1.HeaderClassName
{
color: #CE5AD6;
}
.AnyTagClassName
{
color: #CE5AD6;
}
</style>
background-color css
<style>
a { background-color: #CE5AD6; }
a { background-color: rgb(206,90,214); }
div.DivClassName
{
background-color: #CE5AD6;
}
.BgClassName
{
background-color: #CE5AD6;
}
</style>
border-color css
<style>
span { border-color: #CE5AD6; }
span { border-color: rgb(206,90,214); }
td.TdClassName
{
border-color: #CE5AD6;
}
.TagClassName
{
border-color: #CE5AD6;
}
</style>