Shades of Medium Orchid #D045E5
Tints of Medium Orchid #D045E5
RGB
CMYK
RGB Variations
Color information
#D045E5 (or 0xD045E5) is known color: Medium Orchid. HEX triplet: D0, 45 and E5. RGB value is (208,69,229). Sum of RGB (Red+Green+Blue) = 208+69+229=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #D045E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045E5 is #2FBA1A. Grayscale: #808080. Windows color (decimal): -3127835 or 15025616. OLE color: 15025616.
HSL color Cylindrical-coordinate representation of color #D045E5: hue angle of 292.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D045E5 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 69 | 229 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.10 |
| HSL | 292.13º | 0.75% | 0.58% | - |
| HSV(B) | 292.13º | 0.7% | 0.9% | - |
| XYZ | 42.28 | 23.32 | 76.4 | - |
| YUV | 128.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 229 | 0.09 | 0.70 | 0 | 0.10 | 292.13 | 0.75 | 0.58 |
| Hex | D0 | 45 | E5 | 9 | 46 | 0 | A | 124 | 4B | 3A |
| Octal | 320 | 105 | 345 | 11 | 106 | 0 | 12 | 444 | 113 | 72 |
| Binary | 11010000 | 1000101 | 11100101 | 1001 | 1000110 | 0 | 1010 | 100100100 | 1001011 | 111010 |
Color Harmonies of #D045E5
Complementary color
Monochromatic Colors of #D045E5
Black with #D045E5
Text Example
Text Example
White with #D045E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045E5; }
p { color: rgb(208,69,229); }
H1.HeaderClassName
{
color: #D045E5;
}
.AnyTagClassName
{
color: #D045E5;
}
</style>
background-color css
<style>
a { background-color: #D045E5; }
a { background-color: rgb(208,69,229); }
div.DivClassName
{
background-color: #D045E5;
}
.BgClassName
{
background-color: #D045E5;
}
</style>
border-color css
<style>
span { border-color: #D045E5; }
span { border-color: rgb(208,69,229); }
td.TdClassName
{
border-color: #D045E5;
}
.TagClassName
{
border-color: #D045E5;
}
</style>