Shades of Medium Orchid #D23DE1
Tints of Medium Orchid #D23DE1
RGB
CMYK
RGB Variations
Color information
#D23DE1 (or 0xD23DE1) is known color: Medium Orchid. HEX triplet: D2, 3D and E1. RGB value is (210,61,225). Sum of RGB (Red+Green+Blue) = 210+61+225=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #D23DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23DE1 is #2DC21E. Grayscale: #7B7B7B. Windows color (decimal): -2998815 or 14761426. OLE color: 14761426.
HSL color Cylindrical-coordinate representation of color #D23DE1: hue angle of 294.51º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23DE1 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 61 | 225 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.12 |
| HSL | 294.51º | 0.73% | 0.56% | - |
| HSV(B) | 294.51º | 0.73% | 0.88% | - |
| XYZ | 41.84 | 22.48 | 73.37 | - |
| YUV | 124.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 225 | 0.07 | 0.73 | 0 | 0.12 | 294.51 | 0.73 | 0.56 |
| Hex | D2 | 3D | E1 | 7 | 49 | 0 | C | 127 | 49 | 38 |
| Octal | 322 | 75 | 341 | 7 | 111 | 0 | 14 | 447 | 111 | 70 |
| Binary | 11010010 | 111101 | 11100001 | 111 | 1001001 | 0 | 1100 | 100100111 | 1001001 | 111000 |
Color Harmonies of #D23DE1
Complementary color
Monochromatic Colors of #D23DE1
Black with #D23DE1
Text Example
Text Example
White with #D23DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DE1; }
p { color: rgb(210,61,225); }
H1.HeaderClassName
{
color: #D23DE1;
}
.AnyTagClassName
{
color: #D23DE1;
}
</style>
background-color css
<style>
a { background-color: #D23DE1; }
a { background-color: rgb(210,61,225); }
div.DivClassName
{
background-color: #D23DE1;
}
.BgClassName
{
background-color: #D23DE1;
}
</style>
border-color css
<style>
span { border-color: #D23DE1; }
span { border-color: rgb(210,61,225); }
td.TdClassName
{
border-color: #D23DE1;
}
.TagClassName
{
border-color: #D23DE1;
}
</style>