Shades of Medium Orchid #CE2FDD
Tints of Medium Orchid #CE2FDD
RGB
CMYK
RGB Variations
Color information
#CE2FDD (or 0xCE2FDD) is known color: Medium Orchid. HEX triplet: CE, 2F and DD. RGB value is (206,47,221). Sum of RGB (Red+Green+Blue) = 206+47+221=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FDD is #31D022. Grayscale: #717171. Windows color (decimal): -3264547 or 14495694. OLE color: 14495694.
HSL color Cylindrical-coordinate representation of color #CE2FDD: hue angle of 294.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2FDD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 47 | 221 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.13 |
| HSL | 294.83º | 0.72% | 0.53% | - |
| HSV(B) | 294.83º | 0.79% | 0.87% | - |
| XYZ | 39.52 | 20.38 | 70.26 | - |
| YUV | 114.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 221 | 0.07 | 0.79 | 0 | 0.13 | 294.83 | 0.72 | 0.53 |
| Hex | CE | 2F | DD | 7 | 4F | 0 | D | 127 | 48 | 35 |
| Octal | 316 | 57 | 335 | 7 | 117 | 0 | 15 | 447 | 110 | 65 |
| Binary | 11001110 | 101111 | 11011101 | 111 | 1001111 | 0 | 1101 | 100100111 | 1001000 | 110101 |
Color Harmonies of #CE2FDD
Complementary color
Monochromatic Colors of #CE2FDD
Black with #CE2FDD
Text Example
Text Example
White with #CE2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FDD; }
p { color: rgb(206,47,221); }
H1.HeaderClassName
{
color: #CE2FDD;
}
.AnyTagClassName
{
color: #CE2FDD;
}
</style>
background-color css
<style>
a { background-color: #CE2FDD; }
a { background-color: rgb(206,47,221); }
div.DivClassName
{
background-color: #CE2FDD;
}
.BgClassName
{
background-color: #CE2FDD;
}
</style>
border-color css
<style>
span { border-color: #CE2FDD; }
span { border-color: rgb(206,47,221); }
td.TdClassName
{
border-color: #CE2FDD;
}
.TagClassName
{
border-color: #CE2FDD;
}
</style>