Shades of Medium Orchid #D23EF0
Tints of Medium Orchid #D23EF0
RGB
CMYK
RGB Variations
Color information
#D23EF0 (or 0xD23EF0) is known color: Medium Orchid. HEX triplet: D2, 3E and F0. RGB value is (210,62,240). Sum of RGB (Red+Green+Blue) = 210+62+240=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #D23EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23EF0 is #2DC10F. Grayscale: #7D7D7D. Windows color (decimal): -2998544 or 15744722. OLE color: 15744722.
HSL color Cylindrical-coordinate representation of color #D23EF0: hue angle of 289.89º degrees, saturation: 0.86, 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 #D23EF0 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 62 | 240 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.06 |
| HSL | 289.89º | 0.86% | 0.59% | - |
| HSV(B) | 289.89º | 0.74% | 0.94% | - |
| XYZ | 44.03 | 23.44 | 84.64 | - |
| YUV | 126.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 240 | 0.12 | 0.74 | 0 | 0.06 | 289.89 | 0.86 | 0.59 |
| Hex | D2 | 3E | F0 | C | 4A | 0 | 6 | 122 | 56 | 3B |
| Octal | 322 | 76 | 360 | 14 | 112 | 0 | 6 | 442 | 126 | 73 |
| Binary | 11010010 | 111110 | 11110000 | 1100 | 1001010 | 0 | 110 | 100100010 | 1010110 | 111011 |
Color Harmonies of #D23EF0
Complementary color
Monochromatic Colors of #D23EF0
Black with #D23EF0
Text Example
Text Example
White with #D23EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EF0; }
p { color: rgb(210,62,240); }
H1.HeaderClassName
{
color: #D23EF0;
}
.AnyTagClassName
{
color: #D23EF0;
}
</style>
background-color css
<style>
a { background-color: #D23EF0; }
a { background-color: rgb(210,62,240); }
div.DivClassName
{
background-color: #D23EF0;
}
.BgClassName
{
background-color: #D23EF0;
}
</style>
border-color css
<style>
span { border-color: #D23EF0; }
span { border-color: rgb(210,62,240); }
td.TdClassName
{
border-color: #D23EF0;
}
.TagClassName
{
border-color: #D23EF0;
}
</style>