Shades of Medium Orchid #CE2DDF
Tints of Medium Orchid #CE2DDF
RGB
CMYK
RGB Variations
Color information
#CE2DDF (or 0xCE2DDF) is known color: Medium Orchid. HEX triplet: CE, 2D and DF. RGB value is (206,45,223). Sum of RGB (Red+Green+Blue) = 206+45+223=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DDF is #31D220. Grayscale: #707070. Windows color (decimal): -3265057 or 14626254. OLE color: 14626254.
HSL color Cylindrical-coordinate representation of color #CE2DDF: hue angle of 294.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2DDF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 45 | 223 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.13 |
| HSL | 294.27º | 0.74% | 0.53% | - |
| HSV(B) | 294.27º | 0.8% | 0.87% | - |
| XYZ | 39.71 | 20.33 | 71.64 | - |
| YUV | 113.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 223 | 0.08 | 0.80 | 0 | 0.13 | 294.27 | 0.74 | 0.53 |
| Hex | CE | 2D | DF | 8 | 50 | 0 | D | 126 | 4A | 35 |
| Octal | 316 | 55 | 337 | 10 | 120 | 0 | 15 | 446 | 112 | 65 |
| Binary | 11001110 | 101101 | 11011111 | 1000 | 1010000 | 0 | 1101 | 100100110 | 1001010 | 110101 |
Color Harmonies of #CE2DDF
Complementary color
Monochromatic Colors of #CE2DDF
Black with #CE2DDF
Text Example
Text Example
White with #CE2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DDF; }
p { color: rgb(206,45,223); }
H1.HeaderClassName
{
color: #CE2DDF;
}
.AnyTagClassName
{
color: #CE2DDF;
}
</style>
background-color css
<style>
a { background-color: #CE2DDF; }
a { background-color: rgb(206,45,223); }
div.DivClassName
{
background-color: #CE2DDF;
}
.BgClassName
{
background-color: #CE2DDF;
}
</style>
border-color css
<style>
span { border-color: #CE2DDF; }
span { border-color: rgb(206,45,223); }
td.TdClassName
{
border-color: #CE2DDF;
}
.TagClassName
{
border-color: #CE2DDF;
}
</style>