Shades of Medium Orchid #D232EE
Tints of Medium Orchid #D232EE
RGB
CMYK
RGB Variations
Color information
#D232EE (or 0xD232EE) is known color: Medium Orchid. HEX triplet: D2, 32 and EE. RGB value is (210,50,238). Sum of RGB (Red+Green+Blue) = 210+50+238=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #D232EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D232EE is #2DCD11. Grayscale: #767676. Windows color (decimal): -3001618 or 15610578. OLE color: 15610578.
HSL color Cylindrical-coordinate representation of color #D232EE: hue angle of 291.06º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D232EE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 50 | 238 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.07 |
| HSL | 291.06º | 0.85% | 0.56% | - |
| HSV(B) | 291.06º | 0.79% | 0.93% | - |
| XYZ | 43.15 | 22.16 | 82.89 | - |
| YUV | 119.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 238 | 0.12 | 0.79 | 0 | 0.07 | 291.06 | 0.85 | 0.56 |
| Hex | D2 | 32 | EE | C | 4F | 0 | 7 | 123 | 55 | 38 |
| Octal | 322 | 62 | 356 | 14 | 117 | 0 | 7 | 443 | 125 | 70 |
| Binary | 11010010 | 110010 | 11101110 | 1100 | 1001111 | 0 | 111 | 100100011 | 1010101 | 111000 |
Color Harmonies of #D232EE
Complementary color
Monochromatic Colors of #D232EE
Black with #D232EE
Text Example
Text Example
White with #D232EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232EE; }
p { color: rgb(210,50,238); }
H1.HeaderClassName
{
color: #D232EE;
}
.AnyTagClassName
{
color: #D232EE;
}
</style>
background-color css
<style>
a { background-color: #D232EE; }
a { background-color: rgb(210,50,238); }
div.DivClassName
{
background-color: #D232EE;
}
.BgClassName
{
background-color: #D232EE;
}
</style>
border-color css
<style>
span { border-color: #D232EE; }
span { border-color: rgb(210,50,238); }
td.TdClassName
{
border-color: #D232EE;
}
.TagClassName
{
border-color: #D232EE;
}
</style>