Shades of Medium Orchid #D23FF6
Tints of Medium Orchid #D23FF6
RGB
CMYK
RGB Variations
Color information
#D23FF6 (or 0xD23FF6) is known color: Medium Orchid. HEX triplet: D2, 3F and F6. RGB value is (210,63,246). Sum of RGB (Red+Green+Blue) = 210+63+246=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 63 (25% from 255 or 12.14% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #D23FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FF6 is #2DC009. Grayscale: #7F7F7F. Windows color (decimal): -2998282 or 16138194. OLE color: 16138194.
HSL color Cylindrical-coordinate representation of color #D23FF6: hue angle of 288.2º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23FF6 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 63 | 246 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.04 |
| HSL | 288.2º | 0.91% | 0.61% | - |
| HSV(B) | 288.2º | 0.74% | 0.96% | - |
| XYZ | 44.99 | 23.91 | 89.43 | - |
| YUV | 127.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 246 | 0.15 | 0.74 | 0 | 0.04 | 288.2 | 0.91 | 0.61 |
| Hex | D2 | 3F | F6 | F | 4A | 0 | 4 | 120 | 5B | 3D |
| Octal | 322 | 77 | 366 | 17 | 112 | 0 | 4 | 440 | 133 | 75 |
| Binary | 11010010 | 111111 | 11110110 | 1111 | 1001010 | 0 | 100 | 100100000 | 1011011 | 111101 |
Color Harmonies of #D23FF6
Complementary color
Monochromatic Colors of #D23FF6
Black with #D23FF6
Text Example
Text Example
White with #D23FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FF6; }
p { color: rgb(210,63,246); }
H1.HeaderClassName
{
color: #D23FF6;
}
.AnyTagClassName
{
color: #D23FF6;
}
</style>
background-color css
<style>
a { background-color: #D23FF6; }
a { background-color: rgb(210,63,246); }
div.DivClassName
{
background-color: #D23FF6;
}
.BgClassName
{
background-color: #D23FF6;
}
</style>
border-color css
<style>
span { border-color: #D23FF6; }
span { border-color: rgb(210,63,246); }
td.TdClassName
{
border-color: #D23FF6;
}
.TagClassName
{
border-color: #D23FF6;
}
</style>