Shades of Medium Orchid #D232EF
Tints of Medium Orchid #D232EF
RGB
CMYK
RGB Variations
Color information
#D232EF (or 0xD232EF) is known color: Medium Orchid. HEX triplet: D2, 32 and EF. RGB value is (210,50,239). Sum of RGB (Red+Green+Blue) = 210+50+239=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #D232EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D232EF is #2DCD10. Grayscale: #767676. Windows color (decimal): -3001617 or 15676114. OLE color: 15676114.
HSL color Cylindrical-coordinate representation of color #D232EF: hue angle of 290.79º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D232EF is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 50 | 239 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.06 |
| HSL | 290.79º | 0.86% | 0.57% | - |
| HSV(B) | 290.79º | 0.79% | 0.94% | - |
| XYZ | 43.3 | 22.21 | 83.67 | - |
| YUV | 119.39 | 195.51 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 239 | 0.12 | 0.79 | 0 | 0.06 | 290.79 | 0.86 | 0.57 |
| Hex | D2 | 32 | EF | C | 4F | 0 | 6 | 123 | 56 | 39 |
| Octal | 322 | 62 | 357 | 14 | 117 | 0 | 6 | 443 | 126 | 71 |
| Binary | 11010010 | 110010 | 11101111 | 1100 | 1001111 | 0 | 110 | 100100011 | 1010110 | 111001 |
Color Harmonies of #D232EF
Complementary color
Monochromatic Colors of #D232EF
Black with #D232EF
Text Example
Text Example
White with #D232EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232EF; }
p { color: rgb(210,50,239); }
H1.HeaderClassName
{
color: #D232EF;
}
.AnyTagClassName
{
color: #D232EF;
}
</style>
background-color css
<style>
a { background-color: #D232EF; }
a { background-color: rgb(210,50,239); }
div.DivClassName
{
background-color: #D232EF;
}
.BgClassName
{
background-color: #D232EF;
}
</style>
border-color css
<style>
span { border-color: #D232EF; }
span { border-color: rgb(210,50,239); }
td.TdClassName
{
border-color: #D232EF;
}
.TagClassName
{
border-color: #D232EF;
}
</style>