Shades of Medium Orchid #D238E4
Tints of Medium Orchid #D238E4
RGB
CMYK
RGB Variations
Color information
#D238E4 (or 0xD238E4) is known color: Medium Orchid. HEX triplet: D2, 38 and E4. RGB value is (210,56,228). Sum of RGB (Red+Green+Blue) = 210+56+228=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #D238E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D238E4 is #2DC71B. Grayscale: #797979. Windows color (decimal): -3000092 or 14956754. OLE color: 14956754.
HSL color Cylindrical-coordinate representation of color #D238E4: hue angle of 293.72º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D238E4 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 56 | 228 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.11 |
| HSL | 293.72º | 0.76% | 0.56% | - |
| HSV(B) | 293.72º | 0.75% | 0.89% | - |
| XYZ | 42 | 22.13 | 75.46 | - |
| YUV | 121.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 228 | 0.08 | 0.75 | 0 | 0.11 | 293.72 | 0.76 | 0.56 |
| Hex | D2 | 38 | E4 | 8 | 4B | 0 | B | 126 | 4C | 38 |
| Octal | 322 | 70 | 344 | 10 | 113 | 0 | 13 | 446 | 114 | 70 |
| Binary | 11010010 | 111000 | 11100100 | 1000 | 1001011 | 0 | 1011 | 100100110 | 1001100 | 111000 |
Color Harmonies of #D238E4
Complementary color
Monochromatic Colors of #D238E4
Black with #D238E4
Text Example
Text Example
White with #D238E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238E4; }
p { color: rgb(210,56,228); }
H1.HeaderClassName
{
color: #D238E4;
}
.AnyTagClassName
{
color: #D238E4;
}
</style>
background-color css
<style>
a { background-color: #D238E4; }
a { background-color: rgb(210,56,228); }
div.DivClassName
{
background-color: #D238E4;
}
.BgClassName
{
background-color: #D238E4;
}
</style>
border-color css
<style>
span { border-color: #D238E4; }
span { border-color: rgb(210,56,228); }
td.TdClassName
{
border-color: #D238E4;
}
.TagClassName
{
border-color: #D238E4;
}
</style>