#D78FF0

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

Shades of Wisteria #D78FF0

Tints of Wisteria #D78FF0

Color information

#D78FF0 (or 0xD78FF0) is unknown color: approx Wisteria. HEX triplet: D7, 8F and F0. RGB value is (215,143,240). Sum of RGB (Red+Green+Blue) = 215+143+240=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #D78FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78FF0 is #28700F. Grayscale: #AFAFAF. Windows color (decimal): -2650128 or 15765463. OLE color: 15765463.

HSL color Cylindrical-coordinate representation of color #D78FF0: hue angle of 284.54º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78FF0 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215143240-
CMYK0.100.4000.06
HSL284.54º76.38%75.1%-
HSV(B)284.54º40.42%94.12%-
XYZ53.5740.3887.41-
YUV175.59164.35156.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 143 (56.25% from 255) = 23.91%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=35.95%
G=23.91%
B=40.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2151432400.100.4000.06284.5476.3875.1
HexD78FF0A280611d4c4b
Octal327217360125006435114113
Binary1101011110001111111100001010101000011010001110110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FF0; }

 p { color: rgb(215,143,240); }

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

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

 a { background-color: rgb(215,143,240); }

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

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

 span { border-color: rgb(215,143,240); }

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