#D045EA

Color #D045EA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D045EA

Tints of Medium Orchid #D045EA

Color information

#D045EA (or 0xD045EA) is unknown color: approx Medium Orchid. HEX triplet: D0, 45 and EA. RGB value is (208,69,234). Sum of RGB (Red+Green+Blue) = 208+69+234=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #D045EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045EA is #2FBA15. Grayscale: #808080. Windows color (decimal): -3127830 or 15353296. OLE color: 15353296.

HSL color Cylindrical-coordinate representation of color #D045EA: hue angle of 290.55º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D045EA is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20869234-
CMYK0.110.7100.08
HSL290.55º79.71%59.41%-
HSV(B)290.55º70.51%91.76%-
XYZ42.9923.6180.13-
YUV129.37187.05184.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 69 (27.34% from 255) = 13.50%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=40.70%
G=13.50%
B=45.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208692340.110.7100.08290.5579.7159.41
HexD045EAB4708123503b
Octal3201053521310701044312073
Binary1101000010001011110101010111000111010001001000111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D045EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D045EA; }

 p { color: rgb(208,69,234); }

 H1.HeaderClassName
 {
   color: #D045EA;
 }
 .AnyTagClassName
 {
   color: #D045EA;
 }
</style>
background-color css

<style>
 a { background-color: #D045EA; }

 a { background-color: rgb(208,69,234); }

 div.DivClassName
 {
   background-color: #D045EA;
 }
 .BgClassName
 {
   background-color: #D045EA;
 }
</style>
border-color css

<style>
 span { border-color: #D045EA; }

 span { border-color: rgb(208,69,234); }

 td.TdClassName
 {
   border-color: #D045EA;
 }
 .TagClassName
 {
   border-color: #D045EA;
 }
</style>