Shades of Medium Orchid #D23DFA
Tints of Medium Orchid #D23DFA
RGB
CMYK
RGB Variations
Color information
#D23DFA (or 0xD23DFA) is known color: Medium Orchid. HEX triplet: D2, 3D and FA. RGB value is (210,61,250). Sum of RGB (Red+Green+Blue) = 210+61+250=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 61 (24.22% from 255 or 11.71% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #D23DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DFA is #2DC205. Grayscale: #7E7E7E. Windows color (decimal): -2998790 or 16399826. OLE color: 16399826.
HSL color Cylindrical-coordinate representation of color #D23DFA: hue angle of 287.3º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23DFA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 61 | 250 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.02 |
| HSL | 287.3º | 0.95% | 0.61% | - |
| HSV(B) | 287.3º | 0.76% | 0.98% | - |
| XYZ | 45.5 | 23.94 | 92.67 | - |
| YUV | 127.1 | 197.36 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 250 | 0.16 | 0.76 | 0 | 0.02 | 287.3 | 0.95 | 0.61 |
| Hex | D2 | 3D | FA | 10 | 4C | 0 | 2 | 11F | 5F | 3D |
| Octal | 322 | 75 | 372 | 20 | 114 | 0 | 2 | 437 | 137 | 75 |
| Binary | 11010010 | 111101 | 11111010 | 10000 | 1001100 | 0 | 10 | 100011111 | 1011111 | 111101 |
Color Harmonies of #D23DFA
Complementary color
Monochromatic Colors of #D23DFA
Black with #D23DFA
Text Example
Text Example
White with #D23DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DFA; }
p { color: rgb(210,61,250); }
H1.HeaderClassName
{
color: #D23DFA;
}
.AnyTagClassName
{
color: #D23DFA;
}
</style>
background-color css
<style>
a { background-color: #D23DFA; }
a { background-color: rgb(210,61,250); }
div.DivClassName
{
background-color: #D23DFA;
}
.BgClassName
{
background-color: #D23DFA;
}
</style>
border-color css
<style>
span { border-color: #D23DFA; }
span { border-color: rgb(210,61,250); }
td.TdClassName
{
border-color: #D23DFA;
}
.TagClassName
{
border-color: #D23DFA;
}
</style>