#D096F0

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

Shades of Wisteria #D096F0

Tints of Wisteria #D096F0

Color information

#D096F0 (or 0xD096F0) is unknown color: approx Wisteria. HEX triplet: D0, 96 and F0. RGB value is (208,150,240). Sum of RGB (Red+Green+Blue) = 208+150+240=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 150 (58.98% from 255 or 25.08% 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 #D096F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096F0 is #2F690F. Grayscale: #B1B1B1. Windows color (decimal): -3107088 or 15767248. OLE color: 15767248.

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

Color convert

RGB208150240-
CMYK0.130.3700.06
HSL278.67º75%76.47%-
HSV(B)278.67º37.5%94.12%-
XYZ52.6541.5187.68-
YUV177.6163.22149.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 150 (58.98% from 255) = 25.08%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=34.78%
G=25.08%
B=40.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081502400.130.3700.06278.677576.47
HexD096F0D25061174b4c
Octal320226360154506427113114
Binary1101000010010110111100001101100101011010001011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096F0; }

 p { color: rgb(208,150,240); }

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

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

 a { background-color: rgb(208,150,240); }

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

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

 span { border-color: rgb(208,150,240); }

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