Shades of Medium Orchid #D035EA
Tints of Medium Orchid #D035EA
RGB
CMYK
RGB Variations
Color information
#D035EA (or 0xD035EA) is known color: Medium Orchid. HEX triplet: D0, 35 and EA. RGB value is (208,53,234). Sum of RGB (Red+Green+Blue) = 208+53+234=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #D035EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D035EA is #2FCA15. Grayscale: #777777. Windows color (decimal): -3131926 or 15349200. OLE color: 15349200.
HSL color Cylindrical-coordinate representation of color #D035EA: hue angle of 291.38º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D035EA is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 53 | 234 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.08 |
| HSL | 291.38º | 0.81% | 0.56% | - |
| HSV(B) | 291.38º | 0.77% | 0.92% | - |
| XYZ | 42.14 | 21.9 | 79.85 | - |
| YUV | 119.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 234 | 0.11 | 0.77 | 0 | 0.08 | 291.38 | 0.81 | 0.56 |
| Hex | D0 | 35 | EA | B | 4D | 0 | 8 | 123 | 51 | 38 |
| Octal | 320 | 65 | 352 | 13 | 115 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11010000 | 110101 | 11101010 | 1011 | 1001101 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #D035EA
Complementary color
Monochromatic Colors of #D035EA
Black with #D035EA
Text Example
Text Example
White with #D035EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D035EA; }
p { color: rgb(208,53,234); }
H1.HeaderClassName
{
color: #D035EA;
}
.AnyTagClassName
{
color: #D035EA;
}
</style>
background-color css
<style>
a { background-color: #D035EA; }
a { background-color: rgb(208,53,234); }
div.DivClassName
{
background-color: #D035EA;
}
.BgClassName
{
background-color: #D035EA;
}
</style>
border-color css
<style>
span { border-color: #D035EA; }
span { border-color: rgb(208,53,234); }
td.TdClassName
{
border-color: #D035EA;
}
.TagClassName
{
border-color: #D035EA;
}
</style>