Shades of Medium Orchid #D233DD
Tints of Medium Orchid #D233DD
RGB
CMYK
RGB Variations
Color information
#D233DD (or 0xD233DD) is known color: Medium Orchid. HEX triplet: D2, 33 and DD. RGB value is (210,51,221). Sum of RGB (Red+Green+Blue) = 210+51+221=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #D233DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233DD is #2DCC22. Grayscale: #757575. Windows color (decimal): -3001379 or 14496722. OLE color: 14496722.
HSL color Cylindrical-coordinate representation of color #D233DD: hue angle of 296.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D233DD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 51 | 221 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.13 |
| HSL | 296.12º | 0.71% | 0.53% | - |
| HSV(B) | 296.12º | 0.77% | 0.87% | - |
| XYZ | 40.81 | 21.29 | 70.36 | - |
| YUV | 117.92 | 186.18 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 221 | 0.05 | 0.77 | 0 | 0.13 | 296.12 | 0.71 | 0.53 |
| Hex | D2 | 33 | DD | 5 | 4D | 0 | D | 128 | 47 | 35 |
| Octal | 322 | 63 | 335 | 5 | 115 | 0 | 15 | 450 | 107 | 65 |
| Binary | 11010010 | 110011 | 11011101 | 101 | 1001101 | 0 | 1101 | 100101000 | 1000111 | 110101 |
Color Harmonies of #D233DD
Complementary color
Monochromatic Colors of #D233DD
Black with #D233DD
Text Example
Text Example
White with #D233DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233DD; }
p { color: rgb(210,51,221); }
H1.HeaderClassName
{
color: #D233DD;
}
.AnyTagClassName
{
color: #D233DD;
}
</style>
background-color css
<style>
a { background-color: #D233DD; }
a { background-color: rgb(210,51,221); }
div.DivClassName
{
background-color: #D233DD;
}
.BgClassName
{
background-color: #D233DD;
}
</style>
border-color css
<style>
span { border-color: #D233DD; }
span { border-color: rgb(210,51,221); }
td.TdClassName
{
border-color: #D233DD;
}
.TagClassName
{
border-color: #D233DD;
}
</style>