Shades of Medium Orchid #D23BED
Tints of Medium Orchid #D23BED
RGB
CMYK
RGB Variations
Color information
#D23BED (or 0xD23BED) is known color: Medium Orchid. HEX triplet: D2, 3B and ED. RGB value is (210,59,237). Sum of RGB (Red+Green+Blue) = 210+59+237=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #D23BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23BED is #2DC412. Grayscale: #7B7B7B. Windows color (decimal): -2999315 or 15547346. OLE color: 15547346.
HSL color Cylindrical-coordinate representation of color #D23BED: hue angle of 290.9º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23BED is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 59 | 237 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.07 |
| HSL | 290.9º | 0.83% | 0.58% | - |
| HSV(B) | 290.9º | 0.75% | 0.93% | - |
| XYZ | 43.43 | 22.94 | 82.26 | - |
| YUV | 124.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 237 | 0.11 | 0.75 | 0 | 0.07 | 290.9 | 0.83 | 0.58 |
| Hex | D2 | 3B | ED | B | 4B | 0 | 7 | 123 | 53 | 3A |
| Octal | 322 | 73 | 355 | 13 | 113 | 0 | 7 | 443 | 123 | 72 |
| Binary | 11010010 | 111011 | 11101101 | 1011 | 1001011 | 0 | 111 | 100100011 | 1010011 | 111010 |
Color Harmonies of #D23BED
Complementary color
Monochromatic Colors of #D23BED
Black with #D23BED
Text Example
Text Example
White with #D23BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BED; }
p { color: rgb(210,59,237); }
H1.HeaderClassName
{
color: #D23BED;
}
.AnyTagClassName
{
color: #D23BED;
}
</style>
background-color css
<style>
a { background-color: #D23BED; }
a { background-color: rgb(210,59,237); }
div.DivClassName
{
background-color: #D23BED;
}
.BgClassName
{
background-color: #D23BED;
}
</style>
border-color css
<style>
span { border-color: #D23BED; }
span { border-color: rgb(210,59,237); }
td.TdClassName
{
border-color: #D23BED;
}
.TagClassName
{
border-color: #D23BED;
}
</style>