Shades of Medium Orchid #D23DEE
Tints of Medium Orchid #D23DEE
RGB
CMYK
RGB Variations
Color information
#D23DEE (or 0xD23DEE) is known color: Medium Orchid. HEX triplet: D2, 3D and EE. RGB value is (210,61,238). Sum of RGB (Red+Green+Blue) = 210+61+238=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #D23DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DEE is #2DC211. Grayscale: #7D7D7D. Windows color (decimal): -2998802 or 15613394. OLE color: 15613394.
HSL color Cylindrical-coordinate representation of color #D23DEE: hue angle of 290.51º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23DEE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 61 | 238 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.07 |
| HSL | 290.51º | 0.84% | 0.59% | - |
| HSV(B) | 290.51º | 0.74% | 0.93% | - |
| XYZ | 43.68 | 23.21 | 83.07 | - |
| YUV | 125.73 | 191.36 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 238 | 0.12 | 0.74 | 0 | 0.07 | 290.51 | 0.84 | 0.59 |
| Hex | D2 | 3D | EE | C | 4A | 0 | 7 | 123 | 54 | 3B |
| Octal | 322 | 75 | 356 | 14 | 112 | 0 | 7 | 443 | 124 | 73 |
| Binary | 11010010 | 111101 | 11101110 | 1100 | 1001010 | 0 | 111 | 100100011 | 1010100 | 111011 |
Color Harmonies of #D23DEE
Complementary color
Monochromatic Colors of #D23DEE
Black with #D23DEE
Text Example
Text Example
White with #D23DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DEE; }
p { color: rgb(210,61,238); }
H1.HeaderClassName
{
color: #D23DEE;
}
.AnyTagClassName
{
color: #D23DEE;
}
</style>
background-color css
<style>
a { background-color: #D23DEE; }
a { background-color: rgb(210,61,238); }
div.DivClassName
{
background-color: #D23DEE;
}
.BgClassName
{
background-color: #D23DEE;
}
</style>
border-color css
<style>
span { border-color: #D23DEE; }
span { border-color: rgb(210,61,238); }
td.TdClassName
{
border-color: #D23DEE;
}
.TagClassName
{
border-color: #D23DEE;
}
</style>