Shades of Medium Orchid #D243E2
Tints of Medium Orchid #D243E2
RGB
CMYK
RGB Variations
Color information
#D243E2 (or 0xD243E2) is known color: Medium Orchid. HEX triplet: D2, 43 and E2. RGB value is (210,67,226). Sum of RGB (Red+Green+Blue) = 210+67+226=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #D243E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243E2 is #2DBC1D. Grayscale: #7F7F7F. Windows color (decimal): -2997278 or 14828498. OLE color: 14828498.
HSL color Cylindrical-coordinate representation of color #D243E2: hue angle of 293.96º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D243E2 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 67 | 226 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.11 |
| HSL | 293.96º | 0.73% | 0.57% | - |
| HSV(B) | 293.96º | 0.7% | 0.89% | - |
| XYZ | 42.31 | 23.21 | 74.2 | - |
| YUV | 127.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 226 | 0.07 | 0.70 | 0 | 0.11 | 293.96 | 0.73 | 0.57 |
| Hex | D2 | 43 | E2 | 7 | 46 | 0 | B | 126 | 49 | 39 |
| Octal | 322 | 103 | 342 | 7 | 106 | 0 | 13 | 446 | 111 | 71 |
| Binary | 11010010 | 1000011 | 11100010 | 111 | 1000110 | 0 | 1011 | 100100110 | 1001001 | 111001 |
Color Harmonies of #D243E2
Complementary color
Monochromatic Colors of #D243E2
Black with #D243E2
Text Example
Text Example
White with #D243E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243E2; }
p { color: rgb(210,67,226); }
H1.HeaderClassName
{
color: #D243E2;
}
.AnyTagClassName
{
color: #D243E2;
}
</style>
background-color css
<style>
a { background-color: #D243E2; }
a { background-color: rgb(210,67,226); }
div.DivClassName
{
background-color: #D243E2;
}
.BgClassName
{
background-color: #D243E2;
}
</style>
border-color css
<style>
span { border-color: #D243E2; }
span { border-color: rgb(210,67,226); }
td.TdClassName
{
border-color: #D243E2;
}
.TagClassName
{
border-color: #D243E2;
}
</style>