Shades of Medium Orchid #CE2FDC
Tints of Medium Orchid #CE2FDC
RGB
CMYK
RGB Variations
Color information
#CE2FDC (or 0xCE2FDC) is known color: Medium Orchid. HEX triplet: CE, 2F and DC. RGB value is (206,47,220). Sum of RGB (Red+Green+Blue) = 206+47+220=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE2FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FDC is #31D023. Grayscale: #717171. Windows color (decimal): -3264548 or 14430158. OLE color: 14430158.
HSL color Cylindrical-coordinate representation of color #CE2FDC: hue angle of 295.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2FDC is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 47 | 220 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.14 |
| HSL | 295.14º | 0.71% | 0.52% | - |
| HSV(B) | 295.14º | 0.79% | 0.86% | - |
| XYZ | 39.39 | 20.32 | 69.56 | - |
| YUV | 114.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 220 | 0.06 | 0.79 | 0 | 0.14 | 295.14 | 0.71 | 0.52 |
| Hex | CE | 2F | DC | 6 | 4F | 0 | E | 127 | 47 | 34 |
| Octal | 316 | 57 | 334 | 6 | 117 | 0 | 16 | 447 | 107 | 64 |
| Binary | 11001110 | 101111 | 11011100 | 110 | 1001111 | 0 | 1110 | 100100111 | 1000111 | 110100 |
Color Harmonies of #CE2FDC
Complementary color
Monochromatic Colors of #CE2FDC
Black with #CE2FDC
Text Example
Text Example
White with #CE2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FDC; }
p { color: rgb(206,47,220); }
H1.HeaderClassName
{
color: #CE2FDC;
}
.AnyTagClassName
{
color: #CE2FDC;
}
</style>
background-color css
<style>
a { background-color: #CE2FDC; }
a { background-color: rgb(206,47,220); }
div.DivClassName
{
background-color: #CE2FDC;
}
.BgClassName
{
background-color: #CE2FDC;
}
</style>
border-color css
<style>
span { border-color: #CE2FDC; }
span { border-color: rgb(206,47,220); }
td.TdClassName
{
border-color: #CE2FDC;
}
.TagClassName
{
border-color: #CE2FDC;
}
</style>