Shades of Medium Orchid #D23FE6
Tints of Medium Orchid #D23FE6
RGB
CMYK
RGB Variations
Color information
#D23FE6 (or 0xD23FE6) is known color: Medium Orchid. HEX triplet: D2, 3F and E6. RGB value is (210,63,230). Sum of RGB (Red+Green+Blue) = 210+63+230=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #D23FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FE6 is #2DC019. Grayscale: #7D7D7D. Windows color (decimal): -2998298 or 15089618. OLE color: 15089618.
HSL color Cylindrical-coordinate representation of color #D23FE6: hue angle of 292.81º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23FE6 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 63 | 230 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.10 |
| HSL | 292.81º | 0.77% | 0.57% | - |
| HSV(B) | 292.81º | 0.73% | 0.9% | - |
| XYZ | 42.64 | 22.97 | 77.05 | - |
| YUV | 125.99 | 186.7 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 230 | 0.09 | 0.73 | 0 | 0.10 | 292.81 | 0.77 | 0.57 |
| Hex | D2 | 3F | E6 | 9 | 49 | 0 | A | 125 | 4D | 39 |
| Octal | 322 | 77 | 346 | 11 | 111 | 0 | 12 | 445 | 115 | 71 |
| Binary | 11010010 | 111111 | 11100110 | 1001 | 1001001 | 0 | 1010 | 100100101 | 1001101 | 111001 |
Color Harmonies of #D23FE6
Complementary color
Monochromatic Colors of #D23FE6
Black with #D23FE6
Text Example
Text Example
White with #D23FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FE6; }
p { color: rgb(210,63,230); }
H1.HeaderClassName
{
color: #D23FE6;
}
.AnyTagClassName
{
color: #D23FE6;
}
</style>
background-color css
<style>
a { background-color: #D23FE6; }
a { background-color: rgb(210,63,230); }
div.DivClassName
{
background-color: #D23FE6;
}
.BgClassName
{
background-color: #D23FE6;
}
</style>
border-color css
<style>
span { border-color: #D23FE6; }
span { border-color: rgb(210,63,230); }
td.TdClassName
{
border-color: #D23FE6;
}
.TagClassName
{
border-color: #D23FE6;
}
</style>