Shades of Medium Orchid #CE2DDC
Tints of Medium Orchid #CE2DDC
RGB
CMYK
RGB Variations
Color information
#CE2DDC (or 0xCE2DDC) is known color: Medium Orchid. HEX triplet: CE, 2D and DC. RGB value is (206,45,220). Sum of RGB (Red+Green+Blue) = 206+45+220=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DDC is #31D223. Grayscale: #707070. Windows color (decimal): -3265060 or 14429646. OLE color: 14429646.
HSL color Cylindrical-coordinate representation of color #CE2DDC: hue angle of 295.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2DDC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 45 | 220 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.14 |
| HSL | 295.2º | 0.71% | 0.52% | - |
| HSV(B) | 295.2º | 0.8% | 0.86% | - |
| XYZ | 39.31 | 20.17 | 69.53 | - |
| YUV | 113.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 220 | 0.06 | 0.80 | 0 | 0.14 | 295.2 | 0.71 | 0.52 |
| Hex | CE | 2D | DC | 6 | 50 | 0 | E | 127 | 47 | 34 |
| Octal | 316 | 55 | 334 | 6 | 120 | 0 | 16 | 447 | 107 | 64 |
| Binary | 11001110 | 101101 | 11011100 | 110 | 1010000 | 0 | 1110 | 100100111 | 1000111 | 110100 |
Color Harmonies of #CE2DDC
Complementary color
Monochromatic Colors of #CE2DDC
Black with #CE2DDC
Text Example
Text Example
White with #CE2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DDC; }
p { color: rgb(206,45,220); }
H1.HeaderClassName
{
color: #CE2DDC;
}
.AnyTagClassName
{
color: #CE2DDC;
}
</style>
background-color css
<style>
a { background-color: #CE2DDC; }
a { background-color: rgb(206,45,220); }
div.DivClassName
{
background-color: #CE2DDC;
}
.BgClassName
{
background-color: #CE2DDC;
}
</style>
border-color css
<style>
span { border-color: #CE2DDC; }
span { border-color: rgb(206,45,220); }
td.TdClassName
{
border-color: #CE2DDC;
}
.TagClassName
{
border-color: #CE2DDC;
}
</style>