Shades of Medium Orchid #CE5BDD
Tints of Medium Orchid #CE5BDD
RGB
CMYK
RGB Variations
Color information
#CE5BDD (or 0xCE5BDD) is known color: Medium Orchid. HEX triplet: CE, 5B and DD. RGB value is (206,91,221). Sum of RGB (Red+Green+Blue) = 206+91+221=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BDD is #31A422. Grayscale: #8B8B8B. Windows color (decimal): -3253283 or 14506958. OLE color: 14506958.
HSL color Cylindrical-coordinate representation of color #CE5BDD: hue angle of 293.08º degrees, saturation: 0.66, 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 #CE5BDD is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 91 | 221 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.13 |
| HSL | 293.08º | 0.66% | 0.61% | - |
| HSV(B) | 293.08º | 0.59% | 0.87% | - |
| XYZ | 42.25 | 25.82 | 71.16 | - |
| YUV | 140.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 221 | 0.07 | 0.59 | 0 | 0.13 | 293.08 | 0.66 | 0.61 |
| Hex | CE | 5B | DD | 7 | 3B | 0 | D | 125 | 42 | 3D |
| Octal | 316 | 133 | 335 | 7 | 73 | 0 | 15 | 445 | 102 | 75 |
| Binary | 11001110 | 1011011 | 11011101 | 111 | 111011 | 0 | 1101 | 100100101 | 1000010 | 111101 |
Color Harmonies of #CE5BDD
Complementary color
Monochromatic Colors of #CE5BDD
Black with #CE5BDD
Text Example
Text Example
White with #CE5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BDD; }
p { color: rgb(206,91,221); }
H1.HeaderClassName
{
color: #CE5BDD;
}
.AnyTagClassName
{
color: #CE5BDD;
}
</style>
background-color css
<style>
a { background-color: #CE5BDD; }
a { background-color: rgb(206,91,221); }
div.DivClassName
{
background-color: #CE5BDD;
}
.BgClassName
{
background-color: #CE5BDD;
}
</style>
border-color css
<style>
span { border-color: #CE5BDD; }
span { border-color: rgb(206,91,221); }
td.TdClassName
{
border-color: #CE5BDD;
}
.TagClassName
{
border-color: #CE5BDD;
}
</style>