#D148EF

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

Shades of Medium Orchid #D148EF

Tints of Medium Orchid #D148EF

Color information

#D148EF (or 0xD148EF) is unknown color: approx Medium Orchid. HEX triplet: D1, 48 and EF. RGB value is (209,72,239). Sum of RGB (Red+Green+Blue) = 209+72+239=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #D148EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148EF is #2EB710. Grayscale: #838383. Windows color (decimal): -3061521 or 15681745. OLE color: 15681745.

HSL color Cylindrical-coordinate representation of color #D148EF: hue angle of 289.22º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D148EF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20972239-
CMYK0.130.7000.06
HSL289.22º83.92%60.98%-
HSV(B)289.22º69.87%93.73%-
XYZ44.1924.4284.05-
YUV132188.39182.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 72 (28.52% from 255) = 13.85%
BLUE value IS 239 (93.75% from 255) = 45.96%
R=40.19%
G=13.85%
B=45.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal209722390.130.7000.06289.2283.9260.98
HexD148EFD4606121543d
Octal321110357151060644112475
Binary110100011001000111011111101100011001101001000011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D148EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D148EF; }

 p { color: rgb(209,72,239); }

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

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

 a { background-color: rgb(209,72,239); }

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

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

 span { border-color: rgb(209,72,239); }

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