Shades of Medium Orchid #D23FF7
Tints of Medium Orchid #D23FF7
RGB
CMYK
RGB Variations
Color information
#D23FF7 (or 0xD23FF7) is known color: Medium Orchid. HEX triplet: D2, 3F and F7. RGB value is (210,63,247). Sum of RGB (Red+Green+Blue) = 210+63+247=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 63 (25% from 255 or 12.12% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #D23FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FF7 is #2DC008. Grayscale: #7F7F7F. Windows color (decimal): -2998281 or 16203730. OLE color: 16203730.
HSL color Cylindrical-coordinate representation of color #D23FF7: hue angle of 287.93º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23FF7 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 63 | 247 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.03 |
| HSL | 287.93º | 0.92% | 0.61% | - |
| HSV(B) | 287.93º | 0.74% | 0.97% | - |
| XYZ | 45.14 | 23.97 | 90.24 | - |
| YUV | 127.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 247 | 0.15 | 0.74 | 0 | 0.03 | 287.93 | 0.92 | 0.61 |
| Hex | D2 | 3F | F7 | F | 4A | 0 | 3 | 120 | 5C | 3D |
| Octal | 322 | 77 | 367 | 17 | 112 | 0 | 3 | 440 | 134 | 75 |
| Binary | 11010010 | 111111 | 11110111 | 1111 | 1001010 | 0 | 11 | 100100000 | 1011100 | 111101 |
Color Harmonies of #D23FF7
Complementary color
Monochromatic Colors of #D23FF7
Black with #D23FF7
Text Example
Text Example
White with #D23FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FF7; }
p { color: rgb(210,63,247); }
H1.HeaderClassName
{
color: #D23FF7;
}
.AnyTagClassName
{
color: #D23FF7;
}
</style>
background-color css
<style>
a { background-color: #D23FF7; }
a { background-color: rgb(210,63,247); }
div.DivClassName
{
background-color: #D23FF7;
}
.BgClassName
{
background-color: #D23FF7;
}
</style>
border-color css
<style>
span { border-color: #D23FF7; }
span { border-color: rgb(210,63,247); }
td.TdClassName
{
border-color: #D23FF7;
}
.TagClassName
{
border-color: #D23FF7;
}
</style>