Shades of Medium Orchid #D234EB
Tints of Medium Orchid #D234EB
RGB
CMYK
RGB Variations
Color information
#D234EB (or 0xD234EB) is known color: Medium Orchid. HEX triplet: D2, 34 and EB. RGB value is (210,52,235). Sum of RGB (Red+Green+Blue) = 210+52+235=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #D234EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D234EB is #2DCB14. Grayscale: #777777. Windows color (decimal): -3001109 or 15414482. OLE color: 15414482.
HSL color Cylindrical-coordinate representation of color #D234EB: hue angle of 291.8º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D234EB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 52 | 235 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.08 |
| HSL | 291.8º | 0.82% | 0.56% | - |
| HSV(B) | 291.8º | 0.78% | 0.92% | - |
| XYZ | 42.8 | 22.16 | 80.62 | - |
| YUV | 120.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 235 | 0.11 | 0.78 | 0 | 0.08 | 291.8 | 0.82 | 0.56 |
| Hex | D2 | 34 | EB | B | 4E | 0 | 8 | 124 | 52 | 38 |
| Octal | 322 | 64 | 353 | 13 | 116 | 0 | 10 | 444 | 122 | 70 |
| Binary | 11010010 | 110100 | 11101011 | 1011 | 1001110 | 0 | 1000 | 100100100 | 1010010 | 111000 |
Color Harmonies of #D234EB
Complementary color
Monochromatic Colors of #D234EB
Black with #D234EB
Text Example
Text Example
White with #D234EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234EB; }
p { color: rgb(210,52,235); }
H1.HeaderClassName
{
color: #D234EB;
}
.AnyTagClassName
{
color: #D234EB;
}
</style>
background-color css
<style>
a { background-color: #D234EB; }
a { background-color: rgb(210,52,235); }
div.DivClassName
{
background-color: #D234EB;
}
.BgClassName
{
background-color: #D234EB;
}
</style>
border-color css
<style>
span { border-color: #D234EB; }
span { border-color: rgb(210,52,235); }
td.TdClassName
{
border-color: #D234EB;
}
.TagClassName
{
border-color: #D234EB;
}
</style>