Shades of Medium Orchid #CE5DDD
Tints of Medium Orchid #CE5DDD
RGB
CMYK
RGB Variations
Color information
#CE5DDD (or 0xCE5DDD) is known color: Medium Orchid. HEX triplet: CE, 5D and DD. RGB value is (206,93,221). Sum of RGB (Red+Green+Blue) = 206+93+221=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DDD is #31A222. Grayscale: #8C8C8C. Windows color (decimal): -3252771 or 14507470. OLE color: 14507470.
HSL color Cylindrical-coordinate representation of color #CE5DDD: hue angle of 292.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5DDD is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 93 | 221 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.13 |
| HSL | 292.97º | 0.65% | 0.62% | - |
| HSV(B) | 292.97º | 0.58% | 0.87% | - |
| XYZ | 42.42 | 26.17 | 71.22 | - |
| YUV | 141.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 221 | 0.07 | 0.58 | 0 | 0.13 | 292.97 | 0.65 | 0.62 |
| Hex | CE | 5D | DD | 7 | 3A | 0 | D | 125 | 41 | 3E |
| Octal | 316 | 135 | 335 | 7 | 72 | 0 | 15 | 445 | 101 | 76 |
| Binary | 11001110 | 1011101 | 11011101 | 111 | 111010 | 0 | 1101 | 100100101 | 1000001 | 111110 |
Color Harmonies of #CE5DDD
Complementary color
Monochromatic Colors of #CE5DDD
Black with #CE5DDD
Text Example
Text Example
White with #CE5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DDD; }
p { color: rgb(206,93,221); }
H1.HeaderClassName
{
color: #CE5DDD;
}
.AnyTagClassName
{
color: #CE5DDD;
}
</style>
background-color css
<style>
a { background-color: #CE5DDD; }
a { background-color: rgb(206,93,221); }
div.DivClassName
{
background-color: #CE5DDD;
}
.BgClassName
{
background-color: #CE5DDD;
}
</style>
border-color css
<style>
span { border-color: #CE5DDD; }
span { border-color: rgb(206,93,221); }
td.TdClassName
{
border-color: #CE5DDD;
}
.TagClassName
{
border-color: #CE5DDD;
}
</style>