Shades of Medium Orchid #D045E8
Tints of Medium Orchid #D045E8
RGB
CMYK
RGB Variations
Color information
#D045E8 (or 0xD045E8) is known color: Medium Orchid. HEX triplet: D0, 45 and E8. RGB value is (208,69,232). Sum of RGB (Red+Green+Blue) = 208+69+232=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #D045E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045E8 is #2FBA17. Grayscale: #808080. Windows color (decimal): -3127832 or 15222224. OLE color: 15222224.
HSL color Cylindrical-coordinate representation of color #D045E8: hue angle of 291.17º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D045E8 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 69 | 232 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.09 |
| HSL | 291.17º | 0.78% | 0.59% | - |
| HSV(B) | 291.17º | 0.7% | 0.91% | - |
| XYZ | 42.71 | 23.49 | 78.63 | - |
| YUV | 129.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 232 | 0.10 | 0.70 | 0 | 0.09 | 291.17 | 0.78 | 0.59 |
| Hex | D0 | 45 | E8 | A | 46 | 0 | 9 | 123 | 4E | 3B |
| Octal | 320 | 105 | 350 | 12 | 106 | 0 | 11 | 443 | 116 | 73 |
| Binary | 11010000 | 1000101 | 11101000 | 1010 | 1000110 | 0 | 1001 | 100100011 | 1001110 | 111011 |
Color Harmonies of #D045E8
Complementary color
Monochromatic Colors of #D045E8
Black with #D045E8
Text Example
Text Example
White with #D045E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045E8; }
p { color: rgb(208,69,232); }
H1.HeaderClassName
{
color: #D045E8;
}
.AnyTagClassName
{
color: #D045E8;
}
</style>
background-color css
<style>
a { background-color: #D045E8; }
a { background-color: rgb(208,69,232); }
div.DivClassName
{
background-color: #D045E8;
}
.BgClassName
{
background-color: #D045E8;
}
</style>
border-color css
<style>
span { border-color: #D045E8; }
span { border-color: rgb(208,69,232); }
td.TdClassName
{
border-color: #D045E8;
}
.TagClassName
{
border-color: #D045E8;
}
</style>