Shades of Medium Orchid #D23DDD
Tints of Medium Orchid #D23DDD
RGB
CMYK
RGB Variations
Color information
#D23DDD (or 0xD23DDD) is known color: Medium Orchid. HEX triplet: D2, 3D and DD. RGB value is (210,61,221). Sum of RGB (Red+Green+Blue) = 210+61+221=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #D23DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DDD is #2DC222. Grayscale: #7B7B7B. Windows color (decimal): -2998819 or 14499282. OLE color: 14499282.
HSL color Cylindrical-coordinate representation of color #D23DDD: hue angle of 295.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23DDD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 61 | 221 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.13 |
| HSL | 295.88º | 0.7% | 0.55% | - |
| HSV(B) | 295.88º | 0.72% | 0.87% | - |
| XYZ | 41.3 | 22.26 | 70.53 | - |
| YUV | 123.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 221 | 0.05 | 0.72 | 0 | 0.13 | 295.88 | 0.7 | 0.55 |
| Hex | D2 | 3D | DD | 5 | 48 | 0 | D | 128 | 46 | 37 |
| Octal | 322 | 75 | 335 | 5 | 110 | 0 | 15 | 450 | 106 | 67 |
| Binary | 11010010 | 111101 | 11011101 | 101 | 1001000 | 0 | 1101 | 100101000 | 1000110 | 110111 |
Color Harmonies of #D23DDD
Complementary color
Monochromatic Colors of #D23DDD
Black with #D23DDD
Text Example
Text Example
White with #D23DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DDD; }
p { color: rgb(210,61,221); }
H1.HeaderClassName
{
color: #D23DDD;
}
.AnyTagClassName
{
color: #D23DDD;
}
</style>
background-color css
<style>
a { background-color: #D23DDD; }
a { background-color: rgb(210,61,221); }
div.DivClassName
{
background-color: #D23DDD;
}
.BgClassName
{
background-color: #D23DDD;
}
</style>
border-color css
<style>
span { border-color: #D23DDD; }
span { border-color: rgb(210,61,221); }
td.TdClassName
{
border-color: #D23DDD;
}
.TagClassName
{
border-color: #D23DDD;
}
</style>