Shades of Medium Orchid #D232EC
Tints of Medium Orchid #D232EC
RGB
CMYK
RGB Variations
Color information
#D232EC (or 0xD232EC) is known color: Medium Orchid. HEX triplet: D2, 32 and EC. RGB value is (210,50,236). Sum of RGB (Red+Green+Blue) = 210+50+236=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #D232EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D232EC is #2DCD13. Grayscale: #767676. Windows color (decimal): -3001620 or 15479506. OLE color: 15479506.
HSL color Cylindrical-coordinate representation of color #D232EC: hue angle of 291.61º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D232EC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 50 | 236 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.07 |
| HSL | 291.61º | 0.83% | 0.56% | - |
| HSV(B) | 291.61º | 0.79% | 0.93% | - |
| XYZ | 42.86 | 22.04 | 81.35 | - |
| YUV | 119.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 236 | 0.11 | 0.79 | 0 | 0.07 | 291.61 | 0.83 | 0.56 |
| Hex | D2 | 32 | EC | B | 4F | 0 | 7 | 124 | 53 | 38 |
| Octal | 322 | 62 | 354 | 13 | 117 | 0 | 7 | 444 | 123 | 70 |
| Binary | 11010010 | 110010 | 11101100 | 1011 | 1001111 | 0 | 111 | 100100100 | 1010011 | 111000 |
Color Harmonies of #D232EC
Complementary color
Monochromatic Colors of #D232EC
Black with #D232EC
Text Example
Text Example
White with #D232EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232EC; }
p { color: rgb(210,50,236); }
H1.HeaderClassName
{
color: #D232EC;
}
.AnyTagClassName
{
color: #D232EC;
}
</style>
background-color css
<style>
a { background-color: #D232EC; }
a { background-color: rgb(210,50,236); }
div.DivClassName
{
background-color: #D232EC;
}
.BgClassName
{
background-color: #D232EC;
}
</style>
border-color css
<style>
span { border-color: #D232EC; }
span { border-color: rgb(210,50,236); }
td.TdClassName
{
border-color: #D232EC;
}
.TagClassName
{
border-color: #D232EC;
}
</style>