Shades of Medium Orchid #D23EFB
Tints of Medium Orchid #D23EFB
RGB
CMYK
RGB Variations
Color information
#D23EFB (or 0xD23EFB) is known color: Medium Orchid. HEX triplet: D2, 3E and FB. RGB value is (210,62,251). Sum of RGB (Red+Green+Blue) = 210+62+251=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #D23EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23EFB is #2DC104. Grayscale: #7F7F7F. Windows color (decimal): -2998533 or 16465618. OLE color: 16465618.
HSL color Cylindrical-coordinate representation of color #D23EFB: hue angle of 286.98º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23EFB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 62 | 251 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.02 |
| HSL | 286.98º | 0.96% | 0.61% | - |
| HSV(B) | 286.98º | 0.75% | 0.98% | - |
| XYZ | 45.71 | 24.11 | 93.51 | - |
| YUV | 127.8 | 197.53 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 251 | 0.16 | 0.75 | 0 | 0.02 | 286.98 | 0.96 | 0.61 |
| Hex | D2 | 3E | FB | 10 | 4B | 0 | 2 | 11F | 60 | 3D |
| Octal | 322 | 76 | 373 | 20 | 113 | 0 | 2 | 437 | 140 | 75 |
| Binary | 11010010 | 111110 | 11111011 | 10000 | 1001011 | 0 | 10 | 100011111 | 1100000 | 111101 |
Color Harmonies of #D23EFB
Complementary color
Monochromatic Colors of #D23EFB
Black with #D23EFB
Text Example
Text Example
White with #D23EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EFB; }
p { color: rgb(210,62,251); }
H1.HeaderClassName
{
color: #D23EFB;
}
.AnyTagClassName
{
color: #D23EFB;
}
</style>
background-color css
<style>
a { background-color: #D23EFB; }
a { background-color: rgb(210,62,251); }
div.DivClassName
{
background-color: #D23EFB;
}
.BgClassName
{
background-color: #D23EFB;
}
</style>
border-color css
<style>
span { border-color: #D23EFB; }
span { border-color: rgb(210,62,251); }
td.TdClassName
{
border-color: #D23EFB;
}
.TagClassName
{
border-color: #D23EFB;
}
</style>