Shades of Medium Orchid #D23EEB
Tints of Medium Orchid #D23EEB
RGB
CMYK
RGB Variations
Color information
#D23EEB (or 0xD23EEB) is known color: Medium Orchid. HEX triplet: D2, 3E and EB. RGB value is (210,62,235). Sum of RGB (Red+Green+Blue) = 210+62+235=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #D23EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23EEB is #2DC114. Grayscale: #7D7D7D. Windows color (decimal): -2998549 or 15417042. OLE color: 15417042.
HSL color Cylindrical-coordinate representation of color #D23EEB: hue angle of 291.33º 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 #D23EEB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 62 | 235 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.08 |
| HSL | 291.33º | 0.81% | 0.58% | - |
| HSV(B) | 291.33º | 0.74% | 0.92% | - |
| XYZ | 43.3 | 23.15 | 80.78 | - |
| YUV | 125.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 235 | 0.11 | 0.74 | 0 | 0.08 | 291.33 | 0.81 | 0.58 |
| Hex | D2 | 3E | EB | B | 4A | 0 | 8 | 123 | 51 | 3A |
| Octal | 322 | 76 | 353 | 13 | 112 | 0 | 10 | 443 | 121 | 72 |
| Binary | 11010010 | 111110 | 11101011 | 1011 | 1001010 | 0 | 1000 | 100100011 | 1010001 | 111010 |
Color Harmonies of #D23EEB
Complementary color
Monochromatic Colors of #D23EEB
Black with #D23EEB
Text Example
Text Example
White with #D23EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EEB; }
p { color: rgb(210,62,235); }
H1.HeaderClassName
{
color: #D23EEB;
}
.AnyTagClassName
{
color: #D23EEB;
}
</style>
background-color css
<style>
a { background-color: #D23EEB; }
a { background-color: rgb(210,62,235); }
div.DivClassName
{
background-color: #D23EEB;
}
.BgClassName
{
background-color: #D23EEB;
}
</style>
border-color css
<style>
span { border-color: #D23EEB; }
span { border-color: rgb(210,62,235); }
td.TdClassName
{
border-color: #D23EEB;
}
.TagClassName
{
border-color: #D23EEB;
}
</style>