#D145EE

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

Shades of Medium Orchid #D145EE

Tints of Medium Orchid #D145EE

Color information

#D145EE (or 0xD145EE) is unknown color: approx Medium Orchid. HEX triplet: D1, 45 and EE. RGB value is (209,69,238). Sum of RGB (Red+Green+Blue) = 209+69+238=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #D145EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145EE is #2EBA11. Grayscale: #818181. Windows color (decimal): -3062290 or 15615441. OLE color: 15615441.

HSL color Cylindrical-coordinate representation of color #D145EE: hue angle of 289.7º 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 #D145EE is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20969238-
CMYK0.120.7100.07
HSL289.7º83.25%60.2%-
HSV(B)289.7º71.01%93.33%-
XYZ43.8623.9883.21-
YUV130.13188.88184.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 69 (27.34% from 255) = 13.37%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=40.50%
G=13.37%
B=46.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal209692380.120.7100.07289.783.2560.2
HexD145EEC4707122533c
Octal321105356141070744212374
Binary110100011000101111011101100100011101111001000101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D145EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D145EE; }

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

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

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

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

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

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

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

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