#D79FEE

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

Shades of Wisteria #D79FEE

Tints of Wisteria #D79FEE

Color information

#D79FEE (or 0xD79FEE) is unknown color: approx Wisteria. HEX triplet: D7, 9F and EE. RGB value is (215,159,238). Sum of RGB (Red+Green+Blue) = 215+159+238=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #D79FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79FEE is #286011. Grayscale: #B8B8B8. Windows color (decimal): -2646034 or 15638487. OLE color: 15638487.

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

Color convert

RGB215159238-
CMYK0.100.3300.07
HSL282.53º69.91%77.84%-
HSV(B)282.53º33.19%93.33%-
XYZ55.8645.4286.71-
YUV184.75158.05149.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=35.13%
G=25.98%
B=38.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151592380.100.3300.07282.5369.9177.84
HexD79FEEA210711b464e
Octal327237356124107433106116
Binary1101011110011111111011101010100001011110001101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FEE; }

 p { color: rgb(215,159,238); }

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

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

 a { background-color: rgb(215,159,238); }

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

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

 span { border-color: rgb(215,159,238); }

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