Shades of Medium Orchid #D233EC
Tints of Medium Orchid #D233EC
RGB
CMYK
RGB Variations
Color information
#D233EC (or 0xD233EC) is known color: Medium Orchid. HEX triplet: D2, 33 and EC. RGB value is (210,51,236). Sum of RGB (Red+Green+Blue) = 210+51+236=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #D233EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D233EC is #2DCC13. Grayscale: #777777. Windows color (decimal): -3001364 or 15479762. OLE color: 15479762.
HSL color Cylindrical-coordinate representation of color #D233EC: hue angle of 291.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D233EC is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 51 | 236 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.07 |
| HSL | 291.57º | 0.83% | 0.56% | - |
| HSV(B) | 291.57º | 0.78% | 0.93% | - |
| XYZ | 42.9 | 22.13 | 81.37 | - |
| YUV | 119.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 236 | 0.11 | 0.78 | 0 | 0.07 | 291.57 | 0.83 | 0.56 |
| Hex | D2 | 33 | EC | B | 4E | 0 | 7 | 124 | 53 | 38 |
| Octal | 322 | 63 | 354 | 13 | 116 | 0 | 7 | 444 | 123 | 70 |
| Binary | 11010010 | 110011 | 11101100 | 1011 | 1001110 | 0 | 111 | 100100100 | 1010011 | 111000 |
Color Harmonies of #D233EC
Complementary color
Monochromatic Colors of #D233EC
Black with #D233EC
Text Example
Text Example
White with #D233EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233EC; }
p { color: rgb(210,51,236); }
H1.HeaderClassName
{
color: #D233EC;
}
.AnyTagClassName
{
color: #D233EC;
}
</style>
background-color css
<style>
a { background-color: #D233EC; }
a { background-color: rgb(210,51,236); }
div.DivClassName
{
background-color: #D233EC;
}
.BgClassName
{
background-color: #D233EC;
}
</style>
border-color css
<style>
span { border-color: #D233EC; }
span { border-color: rgb(210,51,236); }
td.TdClassName
{
border-color: #D233EC;
}
.TagClassName
{
border-color: #D233EC;
}
</style>