Shades of Medium Orchid #D234DA
Tints of Medium Orchid #D234DA
RGB
CMYK
RGB Variations
Color information
#D234DA (or 0xD234DA) is known color: Medium Orchid. HEX triplet: D2, 34 and DA. RGB value is (210,52,218). Sum of RGB (Red+Green+Blue) = 210+52+218=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #D234DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D234DA is #2DCB25. Grayscale: #757575. Windows color (decimal): -3001126 or 14300370. OLE color: 14300370.
HSL color Cylindrical-coordinate representation of color #D234DA: hue angle of 297.11º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D234DA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 52 | 218 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.15 |
| HSL | 297.11º | 0.69% | 0.53% | - |
| HSV(B) | 297.11º | 0.76% | 0.85% | - |
| XYZ | 40.46 | 21.22 | 68.29 | - |
| YUV | 118.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 218 | 0.04 | 0.76 | 0 | 0.15 | 297.11 | 0.69 | 0.53 |
| Hex | D2 | 34 | DA | 4 | 4C | 0 | F | 129 | 45 | 35 |
| Octal | 322 | 64 | 332 | 4 | 114 | 0 | 17 | 451 | 105 | 65 |
| Binary | 11010010 | 110100 | 11011010 | 100 | 1001100 | 0 | 1111 | 100101001 | 1000101 | 110101 |
Color Harmonies of #D234DA
Complementary color
Monochromatic Colors of #D234DA
Black with #D234DA
Text Example
Text Example
White with #D234DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234DA; }
p { color: rgb(210,52,218); }
H1.HeaderClassName
{
color: #D234DA;
}
.AnyTagClassName
{
color: #D234DA;
}
</style>
background-color css
<style>
a { background-color: #D234DA; }
a { background-color: rgb(210,52,218); }
div.DivClassName
{
background-color: #D234DA;
}
.BgClassName
{
background-color: #D234DA;
}
</style>
border-color css
<style>
span { border-color: #D234DA; }
span { border-color: rgb(210,52,218); }
td.TdClassName
{
border-color: #D234DA;
}
.TagClassName
{
border-color: #D234DA;
}
</style>