Shades of Medium Orchid #D23AF3
Tints of Medium Orchid #D23AF3
RGB
CMYK
RGB Variations
Color information
#D23AF3 (or 0xD23AF3) is known color: Medium Orchid. HEX triplet: D2, 3A and F3. RGB value is (210,58,243). Sum of RGB (Red+Green+Blue) = 210+58+243=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #D23AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AF3 is #2DC50C. Grayscale: #7B7B7B. Windows color (decimal): -2999565 or 15940306. OLE color: 15940306.
HSL color Cylindrical-coordinate representation of color #D23AF3: hue angle of 289.3º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23AF3 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 58 | 243 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.05 |
| HSL | 289.3º | 0.89% | 0.59% | - |
| HSV(B) | 289.3º | 0.76% | 0.95% | - |
| XYZ | 44.27 | 23.2 | 86.94 | - |
| YUV | 124.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 243 | 0.14 | 0.76 | 0 | 0.05 | 289.3 | 0.89 | 0.59 |
| Hex | D2 | 3A | F3 | E | 4C | 0 | 5 | 121 | 59 | 3B |
| Octal | 322 | 72 | 363 | 16 | 114 | 0 | 5 | 441 | 131 | 73 |
| Binary | 11010010 | 111010 | 11110011 | 1110 | 1001100 | 0 | 101 | 100100001 | 1011001 | 111011 |
Color Harmonies of #D23AF3
Complementary color
Monochromatic Colors of #D23AF3
Black with #D23AF3
Text Example
Text Example
White with #D23AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AF3; }
p { color: rgb(210,58,243); }
H1.HeaderClassName
{
color: #D23AF3;
}
.AnyTagClassName
{
color: #D23AF3;
}
</style>
background-color css
<style>
a { background-color: #D23AF3; }
a { background-color: rgb(210,58,243); }
div.DivClassName
{
background-color: #D23AF3;
}
.BgClassName
{
background-color: #D23AF3;
}
</style>
border-color css
<style>
span { border-color: #D23AF3; }
span { border-color: rgb(210,58,243); }
td.TdClassName
{
border-color: #D23AF3;
}
.TagClassName
{
border-color: #D23AF3;
}
</style>