Shades of Medium Orchid #D232E8
Tints of Medium Orchid #D232E8
RGB
CMYK
RGB Variations
Color information
#D232E8 (or 0xD232E8) is known color: Medium Orchid. HEX triplet: D2, 32 and E8. RGB value is (210,50,232). Sum of RGB (Red+Green+Blue) = 210+50+232=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #D232E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D232E8 is #2DCD17. Grayscale: #767676. Windows color (decimal): -3001624 or 15217362. OLE color: 15217362.
HSL color Cylindrical-coordinate representation of color #D232E8: hue angle of 292.75º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D232E8 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 50 | 232 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.09 |
| HSL | 292.75º | 0.8% | 0.55% | - |
| HSV(B) | 292.75º | 0.78% | 0.91% | - |
| XYZ | 42.28 | 21.81 | 78.32 | - |
| YUV | 118.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 232 | 0.09 | 0.78 | 0 | 0.09 | 292.75 | 0.8 | 0.55 |
| Hex | D2 | 32 | E8 | 9 | 4E | 0 | 9 | 125 | 50 | 37 |
| Octal | 322 | 62 | 350 | 11 | 116 | 0 | 11 | 445 | 120 | 67 |
| Binary | 11010010 | 110010 | 11101000 | 1001 | 1001110 | 0 | 1001 | 100100101 | 1010000 | 110111 |
Color Harmonies of #D232E8
Complementary color
Monochromatic Colors of #D232E8
Black with #D232E8
Text Example
Text Example
White with #D232E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232E8; }
p { color: rgb(210,50,232); }
H1.HeaderClassName
{
color: #D232E8;
}
.AnyTagClassName
{
color: #D232E8;
}
</style>
background-color css
<style>
a { background-color: #D232E8; }
a { background-color: rgb(210,50,232); }
div.DivClassName
{
background-color: #D232E8;
}
.BgClassName
{
background-color: #D232E8;
}
</style>
border-color css
<style>
span { border-color: #D232E8; }
span { border-color: rgb(210,50,232); }
td.TdClassName
{
border-color: #D232E8;
}
.TagClassName
{
border-color: #D232E8;
}
</style>