#D48EF0

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

Shades of Wisteria #D48EF0

Tints of Wisteria #D48EF0

Color information

#D48EF0 (or 0xD48EF0) is unknown color: approx Wisteria. HEX triplet: D4, 8E and F0. RGB value is (212,142,240). Sum of RGB (Red+Green+Blue) = 212+142+240=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #D48EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EF0 is #2B710F. Grayscale: #ADADAD. Windows color (decimal): -2846992 or 15765204. OLE color: 15765204.

HSL color Cylindrical-coordinate representation of color #D48EF0: hue angle of 282.86º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D48EF0 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212142240-
CMYK0.120.4100.06
HSL282.86º76.56%74.9%-
HSV(B)282.86º40.83%94.12%-
XYZ52.5539.6387.32-
YUV174.1165.19155.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.69%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=35.69%
G=23.91%
B=40.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121422400.120.4100.06282.8676.5674.9
HexD48EF0C290611b4d4b
Octal324216360145106433115113
Binary1101010010001110111100001100101001011010001101110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EF0; }

 p { color: rgb(212,142,240); }

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

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

 a { background-color: rgb(212,142,240); }

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

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

 span { border-color: rgb(212,142,240); }

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