Shades of Medium Orchid #D238DA
Tints of Medium Orchid #D238DA
RGB
CMYK
RGB Variations
Color information
#D238DA (or 0xD238DA) is known color: Medium Orchid. HEX triplet: D2, 38 and DA. RGB value is (210,56,218). Sum of RGB (Red+Green+Blue) = 210+56+218=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #D238DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238DA is #2DC725. Grayscale: #787878. Windows color (decimal): -3000102 or 14301394. OLE color: 14301394.
HSL color Cylindrical-coordinate representation of color #D238DA: hue angle of 297.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D238DA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 56 | 218 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.15 |
| HSL | 297.04º | 0.69% | 0.54% | - |
| HSV(B) | 297.04º | 0.74% | 0.85% | - |
| XYZ | 40.65 | 21.59 | 68.35 | - |
| YUV | 120.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 218 | 0.04 | 0.74 | 0 | 0.15 | 297.04 | 0.69 | 0.54 |
| Hex | D2 | 38 | DA | 4 | 4A | 0 | F | 129 | 45 | 36 |
| Octal | 322 | 70 | 332 | 4 | 112 | 0 | 17 | 451 | 105 | 66 |
| Binary | 11010010 | 111000 | 11011010 | 100 | 1001010 | 0 | 1111 | 100101001 | 1000101 | 110110 |
Color Harmonies of #D238DA
Complementary color
Monochromatic Colors of #D238DA
Black with #D238DA
Text Example
Text Example
White with #D238DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238DA; }
p { color: rgb(210,56,218); }
H1.HeaderClassName
{
color: #D238DA;
}
.AnyTagClassName
{
color: #D238DA;
}
</style>
background-color css
<style>
a { background-color: #D238DA; }
a { background-color: rgb(210,56,218); }
div.DivClassName
{
background-color: #D238DA;
}
.BgClassName
{
background-color: #D238DA;
}
</style>
border-color css
<style>
span { border-color: #D238DA; }
span { border-color: rgb(210,56,218); }
td.TdClassName
{
border-color: #D238DA;
}
.TagClassName
{
border-color: #D238DA;
}
</style>