Shades of Medium Orchid #CE2DDD
Tints of Medium Orchid #CE2DDD
RGB
CMYK
RGB Variations
Color information
#CE2DDD (or 0xCE2DDD) is known color: Medium Orchid. HEX triplet: CE, 2D and DD. RGB value is (206,45,221). Sum of RGB (Red+Green+Blue) = 206+45+221=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE2DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DDD is #31D222. Grayscale: #707070. Windows color (decimal): -3265059 or 14495182. OLE color: 14495182.
HSL color Cylindrical-coordinate representation of color #CE2DDD: hue angle of 294.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2DDD is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 45 | 221 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.13 |
| HSL | 294.89º | 0.72% | 0.52% | - |
| HSV(B) | 294.89º | 0.8% | 0.87% | - |
| XYZ | 39.44 | 20.22 | 70.23 | - |
| YUV | 113.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 221 | 0.07 | 0.80 | 0 | 0.13 | 294.89 | 0.72 | 0.52 |
| Hex | CE | 2D | DD | 7 | 50 | 0 | D | 127 | 48 | 34 |
| Octal | 316 | 55 | 335 | 7 | 120 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001110 | 101101 | 11011101 | 111 | 1010000 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CE2DDD
Complementary color
Monochromatic Colors of #CE2DDD
Black with #CE2DDD
Text Example
Text Example
White with #CE2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DDD; }
p { color: rgb(206,45,221); }
H1.HeaderClassName
{
color: #CE2DDD;
}
.AnyTagClassName
{
color: #CE2DDD;
}
</style>
background-color css
<style>
a { background-color: #CE2DDD; }
a { background-color: rgb(206,45,221); }
div.DivClassName
{
background-color: #CE2DDD;
}
.BgClassName
{
background-color: #CE2DDD;
}
</style>
border-color css
<style>
span { border-color: #CE2DDD; }
span { border-color: rgb(206,45,221); }
td.TdClassName
{
border-color: #CE2DDD;
}
.TagClassName
{
border-color: #CE2DDD;
}
</style>