Shades of Medium Orchid #D233DB
Tints of Medium Orchid #D233DB
RGB
CMYK
RGB Variations
Color information
#D233DB (or 0xD233DB) is known color: Medium Orchid. HEX triplet: D2, 33 and DB. RGB value is (210,51,219). Sum of RGB (Red+Green+Blue) = 210+51+219=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #D233DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233DB is #2DCC24. Grayscale: #757575. Windows color (decimal): -3001381 or 14365650. OLE color: 14365650.
HSL color Cylindrical-coordinate representation of color #D233DB: hue angle of 296.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D233DB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 51 | 219 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.14 |
| HSL | 296.79º | 0.7% | 0.53% | - |
| HSV(B) | 296.79º | 0.77% | 0.86% | - |
| XYZ | 40.55 | 21.18 | 68.97 | - |
| YUV | 117.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 219 | 0.04 | 0.77 | 0 | 0.14 | 296.79 | 0.7 | 0.53 |
| Hex | D2 | 33 | DB | 4 | 4D | 0 | E | 129 | 46 | 35 |
| Octal | 322 | 63 | 333 | 4 | 115 | 0 | 16 | 451 | 106 | 65 |
| Binary | 11010010 | 110011 | 11011011 | 100 | 1001101 | 0 | 1110 | 100101001 | 1000110 | 110101 |
Color Harmonies of #D233DB
Complementary color
Monochromatic Colors of #D233DB
Black with #D233DB
Text Example
Text Example
White with #D233DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233DB; }
p { color: rgb(210,51,219); }
H1.HeaderClassName
{
color: #D233DB;
}
.AnyTagClassName
{
color: #D233DB;
}
</style>
background-color css
<style>
a { background-color: #D233DB; }
a { background-color: rgb(210,51,219); }
div.DivClassName
{
background-color: #D233DB;
}
.BgClassName
{
background-color: #D233DB;
}
</style>
border-color css
<style>
span { border-color: #D233DB; }
span { border-color: rgb(210,51,219); }
td.TdClassName
{
border-color: #D233DB;
}
.TagClassName
{
border-color: #D233DB;
}
</style>