Shades of Medium Orchid #D23ADC
Tints of Medium Orchid #D23ADC
RGB
CMYK
RGB Variations
Color information
#D23ADC (or 0xD23ADC) is known color: Medium Orchid. HEX triplet: D2, 3A and DC. RGB value is (210,58,220). Sum of RGB (Red+Green+Blue) = 210+58+220=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #D23ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23ADC is #2DC523. Grayscale: #797979. Windows color (decimal): -2999588 or 14432978. OLE color: 14432978.
HSL color Cylindrical-coordinate representation of color #D23ADC: hue angle of 296.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23ADC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 58 | 220 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.14 |
| HSL | 296.3º | 0.7% | 0.55% | - |
| HSV(B) | 296.3º | 0.74% | 0.86% | - |
| XYZ | 41.01 | 21.9 | 69.77 | - |
| YUV | 121.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 220 | 0.05 | 0.74 | 0 | 0.14 | 296.3 | 0.7 | 0.55 |
| Hex | D2 | 3A | DC | 5 | 4A | 0 | E | 128 | 46 | 37 |
| Octal | 322 | 72 | 334 | 5 | 112 | 0 | 16 | 450 | 106 | 67 |
| Binary | 11010010 | 111010 | 11011100 | 101 | 1001010 | 0 | 1110 | 100101000 | 1000110 | 110111 |
Color Harmonies of #D23ADC
Complementary color
Monochromatic Colors of #D23ADC
Black with #D23ADC
Text Example
Text Example
White with #D23ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23ADC; }
p { color: rgb(210,58,220); }
H1.HeaderClassName
{
color: #D23ADC;
}
.AnyTagClassName
{
color: #D23ADC;
}
</style>
background-color css
<style>
a { background-color: #D23ADC; }
a { background-color: rgb(210,58,220); }
div.DivClassName
{
background-color: #D23ADC;
}
.BgClassName
{
background-color: #D23ADC;
}
</style>
border-color css
<style>
span { border-color: #D23ADC; }
span { border-color: rgb(210,58,220); }
td.TdClassName
{
border-color: #D23ADC;
}
.TagClassName
{
border-color: #D23ADC;
}
</style>