Shades of Medium Orchid #D233E1
Tints of Medium Orchid #D233E1
RGB
CMYK
RGB Variations
Color information
#D233E1 (or 0xD233E1) is known color: Medium Orchid. HEX triplet: D2, 33 and E1. RGB value is (210,51,225). Sum of RGB (Red+Green+Blue) = 210+51+225=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #D233E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233E1 is #2DCC1E. Grayscale: #757575. Windows color (decimal): -3001375 or 14758866. OLE color: 14758866.
HSL color Cylindrical-coordinate representation of color #D233E1: hue angle of 294.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D233E1 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 51 | 225 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.12 |
| HSL | 294.83º | 0.74% | 0.54% | - |
| HSV(B) | 294.83º | 0.77% | 0.88% | - |
| XYZ | 41.35 | 21.51 | 73.21 | - |
| YUV | 118.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 225 | 0.07 | 0.77 | 0 | 0.12 | 294.83 | 0.74 | 0.54 |
| Hex | D2 | 33 | E1 | 7 | 4D | 0 | C | 127 | 4A | 36 |
| Octal | 322 | 63 | 341 | 7 | 115 | 0 | 14 | 447 | 112 | 66 |
| Binary | 11010010 | 110011 | 11100001 | 111 | 1001101 | 0 | 1100 | 100100111 | 1001010 | 110110 |
Color Harmonies of #D233E1
Complementary color
Monochromatic Colors of #D233E1
Black with #D233E1
Text Example
Text Example
White with #D233E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233E1; }
p { color: rgb(210,51,225); }
H1.HeaderClassName
{
color: #D233E1;
}
.AnyTagClassName
{
color: #D233E1;
}
</style>
background-color css
<style>
a { background-color: #D233E1; }
a { background-color: rgb(210,51,225); }
div.DivClassName
{
background-color: #D233E1;
}
.BgClassName
{
background-color: #D233E1;
}
</style>
border-color css
<style>
span { border-color: #D233E1; }
span { border-color: rgb(210,51,225); }
td.TdClassName
{
border-color: #D233E1;
}
.TagClassName
{
border-color: #D233E1;
}
</style>