Shades of Medium Orchid #D537F8
Tints of Medium Orchid #D537F8
RGB
CMYK
RGB Variations
Color information
#D537F8 (or 0xD537F8) is known color: Medium Orchid. HEX triplet: D5, 37 and F8. RGB value is (213,55,248). Sum of RGB (Red+Green+Blue) = 213+55+248=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #D537F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D537F8 is #2AC807. Grayscale: #7B7B7B. Windows color (decimal): -2803720 or 16267221. OLE color: 16267221.
HSL color Cylindrical-coordinate representation of color #D537F8: hue angle of 289.12º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D537F8 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 55 | 248 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.03 |
| HSL | 289.12º | 0.93% | 0.59% | - |
| HSV(B) | 289.12º | 0.78% | 0.97% | - |
| XYZ | 45.75 | 23.66 | 90.96 | - |
| YUV | 124.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 248 | 0.14 | 0.78 | 0 | 0.03 | 289.12 | 0.93 | 0.59 |
| Hex | D5 | 37 | F8 | E | 4E | 0 | 3 | 121 | 5D | 3B |
| Octal | 325 | 67 | 370 | 16 | 116 | 0 | 3 | 441 | 135 | 73 |
| Binary | 11010101 | 110111 | 11111000 | 1110 | 1001110 | 0 | 11 | 100100001 | 1011101 | 111011 |
Color Harmonies of #D537F8
Complementary color
Monochromatic Colors of #D537F8
Black with #D537F8
Text Example
Text Example
White with #D537F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537F8; }
p { color: rgb(213,55,248); }
H1.HeaderClassName
{
color: #D537F8;
}
.AnyTagClassName
{
color: #D537F8;
}
</style>
background-color css
<style>
a { background-color: #D537F8; }
a { background-color: rgb(213,55,248); }
div.DivClassName
{
background-color: #D537F8;
}
.BgClassName
{
background-color: #D537F8;
}
</style>
border-color css
<style>
span { border-color: #D537F8; }
span { border-color: rgb(213,55,248); }
td.TdClassName
{
border-color: #D537F8;
}
.TagClassName
{
border-color: #D537F8;
}
</style>