Shades of Medium Orchid #D23DEB
Tints of Medium Orchid #D23DEB
RGB
CMYK
RGB Variations
Color information
#D23DEB (or 0xD23DEB) is known color: Medium Orchid. HEX triplet: D2, 3D and EB. RGB value is (210,61,235). Sum of RGB (Red+Green+Blue) = 210+61+235=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #D23DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DEB is #2DC214. Grayscale: #7C7C7C. Windows color (decimal): -2998805 or 15416786. OLE color: 15416786.
HSL color Cylindrical-coordinate representation of color #D23DEB: hue angle of 291.38º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23DEB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 61 | 235 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.08 |
| HSL | 291.38º | 0.81% | 0.58% | - |
| HSV(B) | 291.38º | 0.74% | 0.92% | - |
| XYZ | 43.24 | 23.04 | 80.76 | - |
| YUV | 125.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 235 | 0.11 | 0.74 | 0 | 0.08 | 291.38 | 0.81 | 0.58 |
| Hex | D2 | 3D | EB | B | 4A | 0 | 8 | 123 | 51 | 3A |
| Octal | 322 | 75 | 353 | 13 | 112 | 0 | 10 | 443 | 121 | 72 |
| Binary | 11010010 | 111101 | 11101011 | 1011 | 1001010 | 0 | 1000 | 100100011 | 1010001 | 111010 |
Color Harmonies of #D23DEB
Complementary color
Monochromatic Colors of #D23DEB
Black with #D23DEB
Text Example
Text Example
White with #D23DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DEB; }
p { color: rgb(210,61,235); }
H1.HeaderClassName
{
color: #D23DEB;
}
.AnyTagClassName
{
color: #D23DEB;
}
</style>
background-color css
<style>
a { background-color: #D23DEB; }
a { background-color: rgb(210,61,235); }
div.DivClassName
{
background-color: #D23DEB;
}
.BgClassName
{
background-color: #D23DEB;
}
</style>
border-color css
<style>
span { border-color: #D23DEB; }
span { border-color: rgb(210,61,235); }
td.TdClassName
{
border-color: #D23DEB;
}
.TagClassName
{
border-color: #D23DEB;
}
</style>