Shades of Medium Orchid #CE5DD9
Tints of Medium Orchid #CE5DD9
RGB
CMYK
RGB Variations
Color information
#CE5DD9 (or 0xCE5DD9) is known color: Medium Orchid. HEX triplet: CE, 5D and D9. RGB value is (206,93,217). Sum of RGB (Red+Green+Blue) = 206+93+217=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE5DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DD9 is #31A226. Grayscale: #8C8C8C. Windows color (decimal): -3252775 or 14245326. OLE color: 14245326.
HSL color Cylindrical-coordinate representation of color #CE5DD9: hue angle of 294.68º degrees, saturation: 0.62, 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 #CE5DD9 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 93 | 217 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.15 |
| HSL | 294.68º | 0.62% | 0.61% | - |
| HSV(B) | 294.68º | 0.57% | 0.85% | - |
| XYZ | 41.89 | 25.96 | 68.45 | - |
| YUV | 140.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 217 | 0.05 | 0.57 | 0 | 0.15 | 294.68 | 0.62 | 0.61 |
| Hex | CE | 5D | D9 | 5 | 39 | 0 | F | 127 | 3E | 3D |
| Octal | 316 | 135 | 331 | 5 | 71 | 0 | 17 | 447 | 76 | 75 |
| Binary | 11001110 | 1011101 | 11011001 | 101 | 111001 | 0 | 1111 | 100100111 | 111110 | 111101 |
Color Harmonies of #CE5DD9
Complementary color
Monochromatic Colors of #CE5DD9
Black with #CE5DD9
Text Example
Text Example
White with #CE5DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DD9; }
p { color: rgb(206,93,217); }
H1.HeaderClassName
{
color: #CE5DD9;
}
.AnyTagClassName
{
color: #CE5DD9;
}
</style>
background-color css
<style>
a { background-color: #CE5DD9; }
a { background-color: rgb(206,93,217); }
div.DivClassName
{
background-color: #CE5DD9;
}
.BgClassName
{
background-color: #CE5DD9;
}
</style>
border-color css
<style>
span { border-color: #CE5DD9; }
span { border-color: rgb(206,93,217); }
td.TdClassName
{
border-color: #CE5DD9;
}
.TagClassName
{
border-color: #CE5DD9;
}
</style>