Shades of Medium Orchid #D230DA
Tints of Medium Orchid #D230DA
RGB
CMYK
RGB Variations
Color information
#D230DA (or 0xD230DA) is known color: Medium Orchid. HEX triplet: D2, 30 and DA. RGB value is (210,48,218). Sum of RGB (Red+Green+Blue) = 210+48+218=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #D230DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230DA is #2DCF25. Grayscale: #737373. Windows color (decimal): -3002150 or 14299346. OLE color: 14299346.
HSL color Cylindrical-coordinate representation of color #D230DA: hue angle of 297.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D230DA is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 48 | 218 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.15 |
| HSL | 297.18º | 0.7% | 0.52% | - |
| HSV(B) | 297.18º | 0.78% | 0.85% | - |
| XYZ | 40.29 | 20.88 | 68.24 | - |
| YUV | 115.82 | 185.67 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 218 | 0.04 | 0.78 | 0 | 0.15 | 297.18 | 0.7 | 0.52 |
| Hex | D2 | 30 | DA | 4 | 4E | 0 | F | 129 | 46 | 34 |
| Octal | 322 | 60 | 332 | 4 | 116 | 0 | 17 | 451 | 106 | 64 |
| Binary | 11010010 | 110000 | 11011010 | 100 | 1001110 | 0 | 1111 | 100101001 | 1000110 | 110100 |
Color Harmonies of #D230DA
Complementary color
Monochromatic Colors of #D230DA
Black with #D230DA
Text Example
Text Example
White with #D230DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D230DA; }
p { color: rgb(210,48,218); }
H1.HeaderClassName
{
color: #D230DA;
}
.AnyTagClassName
{
color: #D230DA;
}
</style>
background-color css
<style>
a { background-color: #D230DA; }
a { background-color: rgb(210,48,218); }
div.DivClassName
{
background-color: #D230DA;
}
.BgClassName
{
background-color: #D230DA;
}
</style>
border-color css
<style>
span { border-color: #D230DA; }
span { border-color: rgb(210,48,218); }
td.TdClassName
{
border-color: #D230DA;
}
.TagClassName
{
border-color: #D230DA;
}
</style>