Shades of Medium Orchid #D23EDF
Tints of Medium Orchid #D23EDF
RGB
CMYK
RGB Variations
Color information
#D23EDF (or 0xD23EDF) is known color: Medium Orchid. HEX triplet: D2, 3E and DF. RGB value is (210,62,223). Sum of RGB (Red+Green+Blue) = 210+62+223=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #D23EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EDF is #2DC120. Grayscale: #7C7C7C. Windows color (decimal): -2998561 or 14630610. OLE color: 14630610.
HSL color Cylindrical-coordinate representation of color #D23EDF: hue angle of 295.16º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23EDF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 62 | 223 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.13 |
| HSL | 295.16º | 0.72% | 0.56% | - |
| HSV(B) | 295.16º | 0.72% | 0.87% | - |
| XYZ | 41.62 | 22.47 | 71.96 | - |
| YUV | 124.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 223 | 0.06 | 0.72 | 0 | 0.13 | 295.16 | 0.72 | 0.56 |
| Hex | D2 | 3E | DF | 6 | 48 | 0 | D | 127 | 48 | 38 |
| Octal | 322 | 76 | 337 | 6 | 110 | 0 | 15 | 447 | 110 | 70 |
| Binary | 11010010 | 111110 | 11011111 | 110 | 1001000 | 0 | 1101 | 100100111 | 1001000 | 111000 |
Color Harmonies of #D23EDF
Complementary color
Monochromatic Colors of #D23EDF
Black with #D23EDF
Text Example
Text Example
White with #D23EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EDF; }
p { color: rgb(210,62,223); }
H1.HeaderClassName
{
color: #D23EDF;
}
.AnyTagClassName
{
color: #D23EDF;
}
</style>
background-color css
<style>
a { background-color: #D23EDF; }
a { background-color: rgb(210,62,223); }
div.DivClassName
{
background-color: #D23EDF;
}
.BgClassName
{
background-color: #D23EDF;
}
</style>
border-color css
<style>
span { border-color: #D23EDF; }
span { border-color: rgb(210,62,223); }
td.TdClassName
{
border-color: #D23EDF;
}
.TagClassName
{
border-color: #D23EDF;
}
</style>