Shades of Medium Orchid #D23BEF
Tints of Medium Orchid #D23BEF
RGB
CMYK
RGB Variations
Color information
#D23BEF (or 0xD23BEF) is known color: Medium Orchid. HEX triplet: D2, 3B and EF. RGB value is (210,59,239). Sum of RGB (Red+Green+Blue) = 210+59+239=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #D23BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23BEF is #2DC410. Grayscale: #7C7C7C. Windows color (decimal): -2999313 or 15678418. OLE color: 15678418.
HSL color Cylindrical-coordinate representation of color #D23BEF: hue angle of 290.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23BEF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 59 | 239 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.06 |
| HSL | 290.33º | 0.85% | 0.58% | - |
| HSV(B) | 290.33º | 0.75% | 0.94% | - |
| XYZ | 43.72 | 23.06 | 83.81 | - |
| YUV | 124.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 239 | 0.12 | 0.75 | 0 | 0.06 | 290.33 | 0.85 | 0.58 |
| Hex | D2 | 3B | EF | C | 4B | 0 | 6 | 122 | 55 | 3A |
| Octal | 322 | 73 | 357 | 14 | 113 | 0 | 6 | 442 | 125 | 72 |
| Binary | 11010010 | 111011 | 11101111 | 1100 | 1001011 | 0 | 110 | 100100010 | 1010101 | 111010 |
Color Harmonies of #D23BEF
Complementary color
Monochromatic Colors of #D23BEF
Black with #D23BEF
Text Example
Text Example
White with #D23BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BEF; }
p { color: rgb(210,59,239); }
H1.HeaderClassName
{
color: #D23BEF;
}
.AnyTagClassName
{
color: #D23BEF;
}
</style>
background-color css
<style>
a { background-color: #D23BEF; }
a { background-color: rgb(210,59,239); }
div.DivClassName
{
background-color: #D23BEF;
}
.BgClassName
{
background-color: #D23BEF;
}
</style>
border-color css
<style>
span { border-color: #D23BEF; }
span { border-color: rgb(210,59,239); }
td.TdClassName
{
border-color: #D23BEF;
}
.TagClassName
{
border-color: #D23BEF;
}
</style>