Shades of Medium Orchid #D232EA
Tints of Medium Orchid #D232EA
RGB
CMYK
RGB Variations
Color information
#D232EA (or 0xD232EA) is known color: Medium Orchid. HEX triplet: D2, 32 and EA. RGB value is (210,50,234). Sum of RGB (Red+Green+Blue) = 210+50+234=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #D232EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D232EA is #2DCD15. Grayscale: #767676. Windows color (decimal): -3001622 or 15348434. OLE color: 15348434.
HSL color Cylindrical-coordinate representation of color #D232EA: hue angle of 292.17º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D232EA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 50 | 234 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.08 |
| HSL | 292.17º | 0.81% | 0.56% | - |
| HSV(B) | 292.17º | 0.79% | 0.92% | - |
| XYZ | 42.57 | 21.92 | 79.83 | - |
| YUV | 118.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 234 | 0.10 | 0.79 | 0 | 0.08 | 292.17 | 0.81 | 0.56 |
| Hex | D2 | 32 | EA | A | 4F | 0 | 8 | 124 | 51 | 38 |
| Octal | 322 | 62 | 352 | 12 | 117 | 0 | 10 | 444 | 121 | 70 |
| Binary | 11010010 | 110010 | 11101010 | 1010 | 1001111 | 0 | 1000 | 100100100 | 1010001 | 111000 |
Color Harmonies of #D232EA
Complementary color
Monochromatic Colors of #D232EA
Black with #D232EA
Text Example
Text Example
White with #D232EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232EA; }
p { color: rgb(210,50,234); }
H1.HeaderClassName
{
color: #D232EA;
}
.AnyTagClassName
{
color: #D232EA;
}
</style>
background-color css
<style>
a { background-color: #D232EA; }
a { background-color: rgb(210,50,234); }
div.DivClassName
{
background-color: #D232EA;
}
.BgClassName
{
background-color: #D232EA;
}
</style>
border-color css
<style>
span { border-color: #D232EA; }
span { border-color: rgb(210,50,234); }
td.TdClassName
{
border-color: #D232EA;
}
.TagClassName
{
border-color: #D232EA;
}
</style>