Shades of Medium Orchid #D23AF6
Tints of Medium Orchid #D23AF6
RGB
CMYK
RGB Variations
Color information
#D23AF6 (or 0xD23AF6) is known color: Medium Orchid. HEX triplet: D2, 3A and F6. RGB value is (210,58,246). Sum of RGB (Red+Green+Blue) = 210+58+246=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #D23AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AF6 is #2DC509. Grayscale: #7C7C7C. Windows color (decimal): -2999562 or 16136914. OLE color: 16136914.
HSL color Cylindrical-coordinate representation of color #D23AF6: hue angle of 288.51º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23AF6 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 58 | 246 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.04 |
| HSL | 288.51º | 0.91% | 0.6% | - |
| HSV(B) | 288.51º | 0.76% | 0.96% | - |
| XYZ | 44.73 | 23.38 | 89.34 | - |
| YUV | 124.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 246 | 0.15 | 0.76 | 0 | 0.04 | 288.51 | 0.91 | 0.6 |
| Hex | D2 | 3A | F6 | F | 4C | 0 | 4 | 121 | 5B | 3C |
| Octal | 322 | 72 | 366 | 17 | 114 | 0 | 4 | 441 | 133 | 74 |
| Binary | 11010010 | 111010 | 11110110 | 1111 | 1001100 | 0 | 100 | 100100001 | 1011011 | 111100 |
Color Harmonies of #D23AF6
Complementary color
Monochromatic Colors of #D23AF6
Black with #D23AF6
Text Example
Text Example
White with #D23AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AF6; }
p { color: rgb(210,58,246); }
H1.HeaderClassName
{
color: #D23AF6;
}
.AnyTagClassName
{
color: #D23AF6;
}
</style>
background-color css
<style>
a { background-color: #D23AF6; }
a { background-color: rgb(210,58,246); }
div.DivClassName
{
background-color: #D23AF6;
}
.BgClassName
{
background-color: #D23AF6;
}
</style>
border-color css
<style>
span { border-color: #D23AF6; }
span { border-color: rgb(210,58,246); }
td.TdClassName
{
border-color: #D23AF6;
}
.TagClassName
{
border-color: #D23AF6;
}
</style>