Shades of Medium Orchid #D232DE
Tints of Medium Orchid #D232DE
RGB
CMYK
RGB Variations
Color information
#D232DE (or 0xD232DE) is known color: Medium Orchid. HEX triplet: D2, 32 and DE. RGB value is (210,50,222). Sum of RGB (Red+Green+Blue) = 210+50+222=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #D232DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D232DE is #2DCD21. Grayscale: #747474. Windows color (decimal): -3001634 or 14562002. OLE color: 14562002.
HSL color Cylindrical-coordinate representation of color #D232DE: hue angle of 295.81º 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 #D232DE is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 50 | 222 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.13 |
| HSL | 295.81º | 0.72% | 0.53% | - |
| HSV(B) | 295.81º | 0.77% | 0.87% | - |
| XYZ | 40.9 | 21.26 | 71.05 | - |
| YUV | 117.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 222 | 0.05 | 0.77 | 0 | 0.13 | 295.81 | 0.72 | 0.53 |
| Hex | D2 | 32 | DE | 5 | 4D | 0 | D | 128 | 48 | 35 |
| Octal | 322 | 62 | 336 | 5 | 115 | 0 | 15 | 450 | 110 | 65 |
| Binary | 11010010 | 110010 | 11011110 | 101 | 1001101 | 0 | 1101 | 100101000 | 1001000 | 110101 |
Color Harmonies of #D232DE
Complementary color
Monochromatic Colors of #D232DE
Black with #D232DE
Text Example
Text Example
White with #D232DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232DE; }
p { color: rgb(210,50,222); }
H1.HeaderClassName
{
color: #D232DE;
}
.AnyTagClassName
{
color: #D232DE;
}
</style>
background-color css
<style>
a { background-color: #D232DE; }
a { background-color: rgb(210,50,222); }
div.DivClassName
{
background-color: #D232DE;
}
.BgClassName
{
background-color: #D232DE;
}
</style>
border-color css
<style>
span { border-color: #D232DE; }
span { border-color: rgb(210,50,222); }
td.TdClassName
{
border-color: #D232DE;
}
.TagClassName
{
border-color: #D232DE;
}
</style>