Shades of Medium Orchid #D23DE7
Tints of Medium Orchid #D23DE7
RGB
CMYK
RGB Variations
Color information
#D23DE7 (or 0xD23DE7) is known color: Medium Orchid. HEX triplet: D2, 3D and E7. RGB value is (210,61,231). Sum of RGB (Red+Green+Blue) = 210+61+231=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 231 - color contains mainly: blue. Hex color #D23DE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DE7 is #2DC218. Grayscale: #7C7C7C. Windows color (decimal): -2998809 or 15154642. OLE color: 15154642.
HSL color Cylindrical-coordinate representation of color #D23DE7: hue angle of 292.59º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23DE7 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 61 | 231 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.09 |
| HSL | 292.59º | 0.78% | 0.57% | - |
| HSV(B) | 292.59º | 0.74% | 0.91% | - |
| XYZ | 42.67 | 22.81 | 77.75 | - |
| YUV | 124.93 | 187.86 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 231 | 0.09 | 0.74 | 0 | 0.09 | 292.59 | 0.78 | 0.57 |
| Hex | D2 | 3D | E7 | 9 | 4A | 0 | 9 | 125 | 4E | 39 |
| Octal | 322 | 75 | 347 | 11 | 112 | 0 | 11 | 445 | 116 | 71 |
| Binary | 11010010 | 111101 | 11100111 | 1001 | 1001010 | 0 | 1001 | 100100101 | 1001110 | 111001 |
Color Harmonies of #D23DE7
Complementary color
Monochromatic Colors of #D23DE7
Black with #D23DE7
Text Example
Text Example
White with #D23DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DE7; }
p { color: rgb(210,61,231); }
H1.HeaderClassName
{
color: #D23DE7;
}
.AnyTagClassName
{
color: #D23DE7;
}
</style>
background-color css
<style>
a { background-color: #D23DE7; }
a { background-color: rgb(210,61,231); }
div.DivClassName
{
background-color: #D23DE7;
}
.BgClassName
{
background-color: #D23DE7;
}
</style>
border-color css
<style>
span { border-color: #D23DE7; }
span { border-color: rgb(210,61,231); }
td.TdClassName
{
border-color: #D23DE7;
}
.TagClassName
{
border-color: #D23DE7;
}
</style>