#D79CF0

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

Shades of Wisteria #D79CF0

Tints of Wisteria #D79CF0

Color information

#D79CF0 (or 0xD79CF0) is unknown color: approx Wisteria. HEX triplet: D7, 9C and F0. RGB value is (215,156,240). Sum of RGB (Red+Green+Blue) = 215+156+240=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #D79CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79CF0 is #28630F. Grayscale: #B6B6B6. Windows color (decimal): -2646800 or 15768791. OLE color: 15768791.

HSL color Cylindrical-coordinate representation of color #D79CF0: hue angle of 282.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D79CF0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215156240-
CMYK0.100.3500.06
HSL282.14º73.68%77.65%-
HSV(B)282.14º35%94.12%-
XYZ55.6444.5288.1-
YUV183.22160.05150.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 156 (61.33% from 255) = 25.53%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=35.19%
G=25.53%
B=39.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2151562400.100.3500.06282.1473.6877.65
HexD79CF0A230611a4a4e
Octal327234360124306432112116
Binary1101011110011100111100001010100011011010001101010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CF0; }

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

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

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

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

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

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

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

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