Shades of Medium Orchid #D23FED
Tints of Medium Orchid #D23FED
RGB
CMYK
RGB Variations
Color information
#D23FED (or 0xD23FED) is known color: Medium Orchid. HEX triplet: D2, 3F and ED. RGB value is (210,63,237). Sum of RGB (Red+Green+Blue) = 210+63+237=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #D23FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FED is #2DC012. Grayscale: #7E7E7E. Windows color (decimal): -2998291 or 15548370. OLE color: 15548370.
HSL color Cylindrical-coordinate representation of color #D23FED: hue angle of 290.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23FED is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 63 | 237 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.07 |
| HSL | 290.69º | 0.83% | 0.59% | - |
| HSV(B) | 290.69º | 0.73% | 0.93% | - |
| XYZ | 43.64 | 23.37 | 82.33 | - |
| YUV | 126.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 237 | 0.11 | 0.73 | 0 | 0.07 | 290.69 | 0.83 | 0.59 |
| Hex | D2 | 3F | ED | B | 49 | 0 | 7 | 123 | 53 | 3B |
| Octal | 322 | 77 | 355 | 13 | 111 | 0 | 7 | 443 | 123 | 73 |
| Binary | 11010010 | 111111 | 11101101 | 1011 | 1001001 | 0 | 111 | 100100011 | 1010011 | 111011 |
Color Harmonies of #D23FED
Complementary color
Monochromatic Colors of #D23FED
Black with #D23FED
Text Example
Text Example
White with #D23FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FED; }
p { color: rgb(210,63,237); }
H1.HeaderClassName
{
color: #D23FED;
}
.AnyTagClassName
{
color: #D23FED;
}
</style>
background-color css
<style>
a { background-color: #D23FED; }
a { background-color: rgb(210,63,237); }
div.DivClassName
{
background-color: #D23FED;
}
.BgClassName
{
background-color: #D23FED;
}
</style>
border-color css
<style>
span { border-color: #D23FED; }
span { border-color: rgb(210,63,237); }
td.TdClassName
{
border-color: #D23FED;
}
.TagClassName
{
border-color: #D23FED;
}
</style>