Shades of Medium Orchid #D243EB
Tints of Medium Orchid #D243EB
RGB
CMYK
RGB Variations
Color information
#D243EB (or 0xD243EB) is known color: Medium Orchid. HEX triplet: D2, 43 and EB. RGB value is (210,67,235). Sum of RGB (Red+Green+Blue) = 210+67+235=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #D243EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D243EB is #2DBC14. Grayscale: #808080. Windows color (decimal): -2997269 or 15418322. OLE color: 15418322.
HSL color Cylindrical-coordinate representation of color #D243EB: hue angle of 291.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D243EB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 67 | 235 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.08 |
| HSL | 291.07º | 0.81% | 0.59% | - |
| HSV(B) | 291.07º | 0.71% | 0.92% | - |
| XYZ | 43.58 | 23.71 | 80.88 | - |
| YUV | 128.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 235 | 0.11 | 0.71 | 0 | 0.08 | 291.07 | 0.81 | 0.59 |
| Hex | D2 | 43 | EB | B | 47 | 0 | 8 | 123 | 51 | 3B |
| Octal | 322 | 103 | 353 | 13 | 107 | 0 | 10 | 443 | 121 | 73 |
| Binary | 11010010 | 1000011 | 11101011 | 1011 | 1000111 | 0 | 1000 | 100100011 | 1010001 | 111011 |
Color Harmonies of #D243EB
Complementary color
Monochromatic Colors of #D243EB
Black with #D243EB
Text Example
Text Example
White with #D243EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243EB; }
p { color: rgb(210,67,235); }
H1.HeaderClassName
{
color: #D243EB;
}
.AnyTagClassName
{
color: #D243EB;
}
</style>
background-color css
<style>
a { background-color: #D243EB; }
a { background-color: rgb(210,67,235); }
div.DivClassName
{
background-color: #D243EB;
}
.BgClassName
{
background-color: #D243EB;
}
</style>
border-color css
<style>
span { border-color: #D243EB; }
span { border-color: rgb(210,67,235); }
td.TdClassName
{
border-color: #D243EB;
}
.TagClassName
{
border-color: #D243EB;
}
</style>