#D48FEC

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

Shades of Wisteria #D48FEC

Tints of Wisteria #D48FEC

Color information

#D48FEC (or 0xD48FEC) is unknown color: approx Wisteria. HEX triplet: D4, 8F and EC. RGB value is (212,143,236). Sum of RGB (Red+Green+Blue) = 212+143+236=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #D48FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FEC is #2B7013. Grayscale: #ADADAD. Windows color (decimal): -2846740 or 15503316. OLE color: 15503316.

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

Color convert

RGB212143236-
CMYK0.100.3900.07
HSL284.52º70.99%74.31%-
HSV(B)284.52º39.41%92.55%-
XYZ52.1139.784.27-
YUV174.23162.86154.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 143 (56.25% from 255) = 24.20%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=35.87%
G=24.20%
B=39.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121432360.100.3900.07284.5270.9974.31
HexD48FECA270711d474a
Octal324217354124707435107112
Binary1101010010001111111011001010100111011110001110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FEC; }

 p { color: rgb(212,143,236); }

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

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

 a { background-color: rgb(212,143,236); }

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

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

 span { border-color: rgb(212,143,236); }

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