#D096DC

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

Shades of Wisteria #D096DC

Tints of Wisteria #D096DC

Color information

#D096DC (or 0xD096DC) is unknown color: approx Wisteria. HEX triplet: D0, 96 and DC. RGB value is (208,150,220). Sum of RGB (Red+Green+Blue) = 208+150+220=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D096DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096DC is #2F6923. Grayscale: #AFAFAF. Windows color (decimal): -3107108 or 14456528. OLE color: 14456528.

HSL color Cylindrical-coordinate representation of color #D096DC: hue angle of 289.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D096DC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208150220-
CMYK0.050.3200.14
HSL289.71º50%72.55%-
HSV(B)289.71º31.82%86.27%-
XYZ49.8440.3972.88-
YUV175.32153.22151.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=35.99%
G=25.95%
B=38.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081502200.050.3200.14289.715072.55
HexD096DC5200E1223249
Octal32022633454001644262111
Binary110100001001011011011100101100000011101001000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096DC; }

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

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

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

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

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

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

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

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