Shades of Medium Orchid #D23DEF
Tints of Medium Orchid #D23DEF
RGB
CMYK
RGB Variations
Color information
#D23DEF (or 0xD23DEF) is known color: Medium Orchid. HEX triplet: D2, 3D and EF. RGB value is (210,61,239). Sum of RGB (Red+Green+Blue) = 210+61+239=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #D23DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DEF is #2DC210. Grayscale: #7D7D7D. Windows color (decimal): -2998801 or 15678930. OLE color: 15678930.
HSL color Cylindrical-coordinate representation of color #D23DEF: hue angle of 290.22º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23DEF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 61 | 239 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.06 |
| HSL | 290.22º | 0.85% | 0.59% | - |
| HSV(B) | 290.22º | 0.74% | 0.94% | - |
| XYZ | 43.83 | 23.27 | 83.84 | - |
| YUV | 125.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 239 | 0.12 | 0.74 | 0 | 0.06 | 290.22 | 0.85 | 0.59 |
| Hex | D2 | 3D | EF | C | 4A | 0 | 6 | 122 | 55 | 3B |
| Octal | 322 | 75 | 357 | 14 | 112 | 0 | 6 | 442 | 125 | 73 |
| Binary | 11010010 | 111101 | 11101111 | 1100 | 1001010 | 0 | 110 | 100100010 | 1010101 | 111011 |
Color Harmonies of #D23DEF
Complementary color
Monochromatic Colors of #D23DEF
Black with #D23DEF
Text Example
Text Example
White with #D23DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DEF; }
p { color: rgb(210,61,239); }
H1.HeaderClassName
{
color: #D23DEF;
}
.AnyTagClassName
{
color: #D23DEF;
}
</style>
background-color css
<style>
a { background-color: #D23DEF; }
a { background-color: rgb(210,61,239); }
div.DivClassName
{
background-color: #D23DEF;
}
.BgClassName
{
background-color: #D23DEF;
}
</style>
border-color css
<style>
span { border-color: #D23DEF; }
span { border-color: rgb(210,61,239); }
td.TdClassName
{
border-color: #D23DEF;
}
.TagClassName
{
border-color: #D23DEF;
}
</style>