Shades of Medium Orchid #D232DD
Tints of Medium Orchid #D232DD
RGB
CMYK
RGB Variations
Color information
#D232DD (or 0xD232DD) is known color: Medium Orchid. HEX triplet: D2, 32 and DD. RGB value is (210,50,221). Sum of RGB (Red+Green+Blue) = 210+50+221=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #D232DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232DD is #2DCD22. Grayscale: #747474. Windows color (decimal): -3001635 or 14496466. OLE color: 14496466.
HSL color Cylindrical-coordinate representation of color #D232DD: hue angle of 296.14º degrees, saturation: 0.72, 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 #D232DD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 50 | 221 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.13 |
| HSL | 296.14º | 0.72% | 0.53% | - |
| HSV(B) | 296.14º | 0.77% | 0.87% | - |
| XYZ | 40.77 | 21.2 | 70.35 | - |
| YUV | 117.33 | 186.51 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 221 | 0.05 | 0.77 | 0 | 0.13 | 296.14 | 0.72 | 0.53 |
| Hex | D2 | 32 | DD | 5 | 4D | 0 | D | 128 | 48 | 35 |
| Octal | 322 | 62 | 335 | 5 | 115 | 0 | 15 | 450 | 110 | 65 |
| Binary | 11010010 | 110010 | 11011101 | 101 | 1001101 | 0 | 1101 | 100101000 | 1001000 | 110101 |
Color Harmonies of #D232DD
Complementary color
Monochromatic Colors of #D232DD
Black with #D232DD
Text Example
Text Example
White with #D232DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232DD; }
p { color: rgb(210,50,221); }
H1.HeaderClassName
{
color: #D232DD;
}
.AnyTagClassName
{
color: #D232DD;
}
</style>
background-color css
<style>
a { background-color: #D232DD; }
a { background-color: rgb(210,50,221); }
div.DivClassName
{
background-color: #D232DD;
}
.BgClassName
{
background-color: #D232DD;
}
</style>
border-color css
<style>
span { border-color: #D232DD; }
span { border-color: rgb(210,50,221); }
td.TdClassName
{
border-color: #D232DD;
}
.TagClassName
{
border-color: #D232DD;
}
</style>