#D045EE

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

Shades of Medium Orchid #D045EE

Tints of Medium Orchid #D045EE

Color information

#D045EE (or 0xD045EE) is unknown color: approx Medium Orchid. HEX triplet: D0, 45 and EE. RGB value is (208,69,238). Sum of RGB (Red+Green+Blue) = 208+69+238=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #D045EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045EE is #2FBA11. Grayscale: #818181. Windows color (decimal): -3127826 or 15615440. OLE color: 15615440.

HSL color Cylindrical-coordinate representation of color #D045EE: hue angle of 289.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D045EE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20869238-
CMYK0.130.7100.07
HSL289.35º83.25%60.2%-
HSV(B)289.35º71.01%93.33%-
XYZ43.5723.8483.19-
YUV129.83189.05183.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 69 (27.34% from 255) = 13.40%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=40.39%
G=13.40%
B=46.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal208692380.130.7100.07289.3583.2560.2
HexD045EED4707121533c
Octal320105356151070744112374
Binary110100001000101111011101101100011101111001000011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D045EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D045EE; }

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

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

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

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

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

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

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

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