Shades of Medium Orchid #D045EB
Tints of Medium Orchid #D045EB
RGB
CMYK
RGB Variations
Color information
#D045EB (or 0xD045EB) is known color: Medium Orchid. HEX triplet: D0, 45 and EB. RGB value is (208,69,235). Sum of RGB (Red+Green+Blue) = 208+69+235=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 69 (27.34% from 255 or 13.48% 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 #D045EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045EB is #2FBA14. Grayscale: #808080. Windows color (decimal): -3127829 or 15418832. OLE color: 15418832.
HSL color Cylindrical-coordinate representation of color #D045EB: hue angle of 290.24º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D045EB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 69 | 235 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.08 |
| HSL | 290.24º | 0.81% | 0.6% | - |
| HSV(B) | 290.24º | 0.71% | 0.92% | - |
| XYZ | 43.14 | 23.66 | 80.89 | - |
| YUV | 129.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 235 | 0.11 | 0.71 | 0 | 0.08 | 290.24 | 0.81 | 0.6 |
| Hex | D0 | 45 | EB | B | 47 | 0 | 8 | 122 | 51 | 3C |
| Octal | 320 | 105 | 353 | 13 | 107 | 0 | 10 | 442 | 121 | 74 |
| Binary | 11010000 | 1000101 | 11101011 | 1011 | 1000111 | 0 | 1000 | 100100010 | 1010001 | 111100 |
Color Harmonies of #D045EB
Complementary color
Monochromatic Colors of #D045EB
Black with #D045EB
Text Example
Text Example
White with #D045EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045EB; }
p { color: rgb(208,69,235); }
H1.HeaderClassName
{
color: #D045EB;
}
.AnyTagClassName
{
color: #D045EB;
}
</style>
background-color css
<style>
a { background-color: #D045EB; }
a { background-color: rgb(208,69,235); }
div.DivClassName
{
background-color: #D045EB;
}
.BgClassName
{
background-color: #D045EB;
}
</style>
border-color css
<style>
span { border-color: #D045EB; }
span { border-color: rgb(208,69,235); }
td.TdClassName
{
border-color: #D045EB;
}
.TagClassName
{
border-color: #D045EB;
}
</style>