Shades of Medium Orchid #D23DDF
Tints of Medium Orchid #D23DDF
RGB
CMYK
RGB Variations
Color information
#D23DDF (or 0xD23DDF) is known color: Medium Orchid. HEX triplet: D2, 3D and DF. RGB value is (210,61,223). Sum of RGB (Red+Green+Blue) = 210+61+223=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #D23DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DDF is #2DC220. Grayscale: #7B7B7B. Windows color (decimal): -2998817 or 14630354. OLE color: 14630354.
HSL color Cylindrical-coordinate representation of color #D23DDF: hue angle of 295.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23DDF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 61 | 223 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.13 |
| HSL | 295.19º | 0.72% | 0.56% | - |
| HSV(B) | 295.19º | 0.73% | 0.87% | - |
| XYZ | 41.57 | 22.37 | 71.94 | - |
| YUV | 124.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 223 | 0.06 | 0.73 | 0 | 0.13 | 295.19 | 0.72 | 0.56 |
| Hex | D2 | 3D | DF | 6 | 49 | 0 | D | 127 | 48 | 38 |
| Octal | 322 | 75 | 337 | 6 | 111 | 0 | 15 | 447 | 110 | 70 |
| Binary | 11010010 | 111101 | 11011111 | 110 | 1001001 | 0 | 1101 | 100100111 | 1001000 | 111000 |
Color Harmonies of #D23DDF
Complementary color
Monochromatic Colors of #D23DDF
Black with #D23DDF
Text Example
Text Example
White with #D23DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DDF; }
p { color: rgb(210,61,223); }
H1.HeaderClassName
{
color: #D23DDF;
}
.AnyTagClassName
{
color: #D23DDF;
}
</style>
background-color css
<style>
a { background-color: #D23DDF; }
a { background-color: rgb(210,61,223); }
div.DivClassName
{
background-color: #D23DDF;
}
.BgClassName
{
background-color: #D23DDF;
}
</style>
border-color css
<style>
span { border-color: #D23DDF; }
span { border-color: rgb(210,61,223); }
td.TdClassName
{
border-color: #D23DDF;
}
.TagClassName
{
border-color: #D23DDF;
}
</style>