Shades of Medium Orchid #CE2FDF
Tints of Medium Orchid #CE2FDF
RGB
CMYK
RGB Variations
Color information
#CE2FDF (or 0xCE2FDF) is known color: Medium Orchid. HEX triplet: CE, 2F and DF. RGB value is (206,47,223). Sum of RGB (Red+Green+Blue) = 206+47+223=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FDF is #31D020. Grayscale: #727272. Windows color (decimal): -3264545 or 14626766. OLE color: 14626766.
HSL color Cylindrical-coordinate representation of color #CE2FDF: hue angle of 294.2º degrees, saturation: 0.73, 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 #CE2FDF is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 47 | 223 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.13 |
| HSL | 294.2º | 0.73% | 0.53% | - |
| HSV(B) | 294.2º | 0.79% | 0.87% | - |
| XYZ | 39.79 | 20.48 | 71.67 | - |
| YUV | 114.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 223 | 0.08 | 0.79 | 0 | 0.13 | 294.2 | 0.73 | 0.53 |
| Hex | CE | 2F | DF | 8 | 4F | 0 | D | 126 | 49 | 35 |
| Octal | 316 | 57 | 337 | 10 | 117 | 0 | 15 | 446 | 111 | 65 |
| Binary | 11001110 | 101111 | 11011111 | 1000 | 1001111 | 0 | 1101 | 100100110 | 1001001 | 110101 |
Color Harmonies of #CE2FDF
Complementary color
Monochromatic Colors of #CE2FDF
Black with #CE2FDF
Text Example
Text Example
White with #CE2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FDF; }
p { color: rgb(206,47,223); }
H1.HeaderClassName
{
color: #CE2FDF;
}
.AnyTagClassName
{
color: #CE2FDF;
}
</style>
background-color css
<style>
a { background-color: #CE2FDF; }
a { background-color: rgb(206,47,223); }
div.DivClassName
{
background-color: #CE2FDF;
}
.BgClassName
{
background-color: #CE2FDF;
}
</style>
border-color css
<style>
span { border-color: #CE2FDF; }
span { border-color: rgb(206,47,223); }
td.TdClassName
{
border-color: #CE2FDF;
}
.TagClassName
{
border-color: #CE2FDF;
}
</style>