Shades of Medium Orchid #D234E6
Tints of Medium Orchid #D234E6
RGB
CMYK
RGB Variations
Color information
#D234E6 (or 0xD234E6) is known color: Medium Orchid. HEX triplet: D2, 34 and E6. RGB value is (210,52,230). Sum of RGB (Red+Green+Blue) = 210+52+230=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #D234E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D234E6 is #2DCB19. Grayscale: #767676. Windows color (decimal): -3001114 or 15086802. OLE color: 15086802.
HSL color Cylindrical-coordinate representation of color #D234E6: hue angle of 293.26º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D234E6 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 52 | 230 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.10 |
| HSL | 293.26º | 0.78% | 0.55% | - |
| HSV(B) | 293.26º | 0.77% | 0.9% | - |
| XYZ | 42.09 | 21.87 | 76.87 | - |
| YUV | 119.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 230 | 0.09 | 0.77 | 0 | 0.10 | 293.26 | 0.78 | 0.55 |
| Hex | D2 | 34 | E6 | 9 | 4D | 0 | A | 125 | 4E | 37 |
| Octal | 322 | 64 | 346 | 11 | 115 | 0 | 12 | 445 | 116 | 67 |
| Binary | 11010010 | 110100 | 11100110 | 1001 | 1001101 | 0 | 1010 | 100100101 | 1001110 | 110111 |
Color Harmonies of #D234E6
Complementary color
Monochromatic Colors of #D234E6
Black with #D234E6
Text Example
Text Example
White with #D234E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234E6; }
p { color: rgb(210,52,230); }
H1.HeaderClassName
{
color: #D234E6;
}
.AnyTagClassName
{
color: #D234E6;
}
</style>
background-color css
<style>
a { background-color: #D234E6; }
a { background-color: rgb(210,52,230); }
div.DivClassName
{
background-color: #D234E6;
}
.BgClassName
{
background-color: #D234E6;
}
</style>
border-color css
<style>
span { border-color: #D234E6; }
span { border-color: rgb(210,52,230); }
td.TdClassName
{
border-color: #D234E6;
}
.TagClassName
{
border-color: #D234E6;
}
</style>