#D048E5

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

Shades of Medium Orchid #D048E5

Tints of Medium Orchid #D048E5

Color information

#D048E5 (or 0xD048E5) is unknown color: approx Medium Orchid. HEX triplet: D0, 48 and E5. RGB value is (208,72,229). Sum of RGB (Red+Green+Blue) = 208+72+229=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #D048E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048E5 is #2FB71A. Grayscale: #828282. Windows color (decimal): -3127067 or 15026384. OLE color: 15026384.

HSL color Cylindrical-coordinate representation of color #D048E5: hue angle of 291.97º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D048E5 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20872229-
CMYK0.090.6900.10
HSL291.97º75.12%59.02%-
HSV(B)291.97º68.56%89.8%-
XYZ42.4723.776.47-
YUV130.56183.56183.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 72 (28.52% from 255) = 14.15%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=40.86%
G=14.15%
B=44.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal208722290.090.6900.10291.9775.1259.02
HexD048E59450A1244b3b
Octal3201103451110501244411373
Binary1101000010010001110010110011000101010101001001001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D048E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D048E5; }

 p { color: rgb(208,72,229); }

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

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

 a { background-color: rgb(208,72,229); }

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

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

 span { border-color: rgb(208,72,229); }

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