Shades of Medium Orchid #D23AFB
Tints of Medium Orchid #D23AFB
RGB
CMYK
RGB Variations
Color information
#D23AFB (or 0xD23AFB) is known color: Medium Orchid. HEX triplet: D2, 3A and FB. RGB value is (210,58,251). Sum of RGB (Red+Green+Blue) = 210+58+251=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #D23AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AFB is #2DC504. Grayscale: #7C7C7C. Windows color (decimal): -2999557 or 16464594. OLE color: 16464594.
HSL color Cylindrical-coordinate representation of color #D23AFB: hue angle of 287.25º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23AFB is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 58 | 251 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.02 |
| HSL | 287.25º | 0.96% | 0.61% | - |
| HSV(B) | 287.25º | 0.77% | 0.98% | - |
| XYZ | 45.5 | 23.69 | 93.44 | - |
| YUV | 125.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 251 | 0.16 | 0.77 | 0 | 0.02 | 287.25 | 0.96 | 0.61 |
| Hex | D2 | 3A | FB | 10 | 4D | 0 | 2 | 11F | 60 | 3D |
| Octal | 322 | 72 | 373 | 20 | 115 | 0 | 2 | 437 | 140 | 75 |
| Binary | 11010010 | 111010 | 11111011 | 10000 | 1001101 | 0 | 10 | 100011111 | 1100000 | 111101 |
Color Harmonies of #D23AFB
Complementary color
Monochromatic Colors of #D23AFB
Black with #D23AFB
Text Example
Text Example
White with #D23AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AFB; }
p { color: rgb(210,58,251); }
H1.HeaderClassName
{
color: #D23AFB;
}
.AnyTagClassName
{
color: #D23AFB;
}
</style>
background-color css
<style>
a { background-color: #D23AFB; }
a { background-color: rgb(210,58,251); }
div.DivClassName
{
background-color: #D23AFB;
}
.BgClassName
{
background-color: #D23AFB;
}
</style>
border-color css
<style>
span { border-color: #D23AFB; }
span { border-color: rgb(210,58,251); }
td.TdClassName
{
border-color: #D23AFB;
}
.TagClassName
{
border-color: #D23AFB;
}
</style>