Shades of Medium Orchid #D23DE6
Tints of Medium Orchid #D23DE6
RGB
CMYK
RGB Variations
Color information
#D23DE6 (or 0xD23DE6) is known color: Medium Orchid. HEX triplet: D2, 3D and E6. RGB value is (210,61,230). Sum of RGB (Red+Green+Blue) = 210+61+230=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #D23DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DE6 is #2DC219. Grayscale: #7C7C7C. Windows color (decimal): -2998810 or 15089106. OLE color: 15089106.
HSL color Cylindrical-coordinate representation of color #D23DE6: hue angle of 292.9º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23DE6 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 61 | 230 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.10 |
| HSL | 292.9º | 0.77% | 0.57% | - |
| HSV(B) | 292.9º | 0.73% | 0.9% | - |
| XYZ | 42.53 | 22.75 | 77.01 | - |
| YUV | 124.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 230 | 0.09 | 0.73 | 0 | 0.10 | 292.9 | 0.77 | 0.57 |
| Hex | D2 | 3D | E6 | 9 | 49 | 0 | A | 125 | 4D | 39 |
| Octal | 322 | 75 | 346 | 11 | 111 | 0 | 12 | 445 | 115 | 71 |
| Binary | 11010010 | 111101 | 11100110 | 1001 | 1001001 | 0 | 1010 | 100100101 | 1001101 | 111001 |
Color Harmonies of #D23DE6
Complementary color
Monochromatic Colors of #D23DE6
Black with #D23DE6
Text Example
Text Example
White with #D23DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DE6; }
p { color: rgb(210,61,230); }
H1.HeaderClassName
{
color: #D23DE6;
}
.AnyTagClassName
{
color: #D23DE6;
}
</style>
background-color css
<style>
a { background-color: #D23DE6; }
a { background-color: rgb(210,61,230); }
div.DivClassName
{
background-color: #D23DE6;
}
.BgClassName
{
background-color: #D23DE6;
}
</style>
border-color css
<style>
span { border-color: #D23DE6; }
span { border-color: rgb(210,61,230); }
td.TdClassName
{
border-color: #D23DE6;
}
.TagClassName
{
border-color: #D23DE6;
}
</style>