Shades of Medium Orchid #CE5DD8
Tints of Medium Orchid #CE5DD8
RGB
CMYK
RGB Variations
Color information
#CE5DD8 (or 0xCE5DD8) is known color: Medium Orchid. HEX triplet: CE, 5D and D8. RGB value is (206,93,216). Sum of RGB (Red+Green+Blue) = 206+93+216=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE5DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DD8 is #31A227. Grayscale: #8C8C8C. Windows color (decimal): -3252776 or 14179790. OLE color: 14179790.
HSL color Cylindrical-coordinate representation of color #CE5DD8: hue angle of 295.12º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5DD8 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 93 | 216 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.15 |
| HSL | 295.12º | 0.61% | 0.61% | - |
| HSV(B) | 295.12º | 0.57% | 0.85% | - |
| XYZ | 41.76 | 25.91 | 67.77 | - |
| YUV | 140.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 216 | 0.05 | 0.57 | 0 | 0.15 | 295.12 | 0.61 | 0.61 |
| Hex | CE | 5D | D8 | 5 | 39 | 0 | F | 127 | 3D | 3D |
| Octal | 316 | 135 | 330 | 5 | 71 | 0 | 17 | 447 | 75 | 75 |
| Binary | 11001110 | 1011101 | 11011000 | 101 | 111001 | 0 | 1111 | 100100111 | 111101 | 111101 |
Color Harmonies of #CE5DD8
Complementary color
Monochromatic Colors of #CE5DD8
Black with #CE5DD8
Text Example
Text Example
White with #CE5DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DD8; }
p { color: rgb(206,93,216); }
H1.HeaderClassName
{
color: #CE5DD8;
}
.AnyTagClassName
{
color: #CE5DD8;
}
</style>
background-color css
<style>
a { background-color: #CE5DD8; }
a { background-color: rgb(206,93,216); }
div.DivClassName
{
background-color: #CE5DD8;
}
.BgClassName
{
background-color: #CE5DD8;
}
</style>
border-color css
<style>
span { border-color: #CE5DD8; }
span { border-color: rgb(206,93,216); }
td.TdClassName
{
border-color: #CE5DD8;
}
.TagClassName
{
border-color: #CE5DD8;
}
</style>