#D78CEA

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

Shades of Wisteria #D78CEA

Tints of Wisteria #D78CEA

Color information

#D78CEA (or 0xD78CEA) is unknown color: approx Wisteria. HEX triplet: D7, 8C and EA. RGB value is (215,140,234). Sum of RGB (Red+Green+Blue) = 215+140+234=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #D78CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78CEA is #287315. Grayscale: #ACACAC. Windows color (decimal): -2650902 or 15371479. OLE color: 15371479.

HSL color Cylindrical-coordinate representation of color #D78CEA: hue angle of 287.87º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78CEA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215140234-
CMYK0.080.4000.08
HSL287.87º69.12%73.33%-
HSV(B)287.87º40.17%91.76%-
XYZ52.2539.1482.64-
YUV173.14162.35157.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=36.50%
G=23.77%
B=39.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151402340.080.4000.08287.8769.1273.33
HexD78CEA828081204549
Octal3272143521050010440105111
Binary11010111100011001110101010001010000100010010000010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CEA; }

 p { color: rgb(215,140,234); }

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

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

 a { background-color: rgb(215,140,234); }

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

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

 span { border-color: rgb(215,140,234); }

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