#D696ED

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

Shades of Wisteria #D696ED

Tints of Wisteria #D696ED

Color information

#D696ED (or 0xD696ED) is unknown color: approx Wisteria. HEX triplet: D6, 96 and ED. RGB value is (214,150,237). Sum of RGB (Red+Green+Blue) = 214+150+237=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #D696ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696ED is #296912. Grayscale: #B2B2B2. Windows color (decimal): -2713875 or 15570646. OLE color: 15570646.

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

Color convert

RGB214150237-
CMYK0.100.3700.07
HSL284.14º70.73%75.88%-
HSV(B)284.14º36.71%92.94%-
XYZ53.9242.2285.43-
YUV179.05160.7152.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 150 (58.98% from 255) = 24.96%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=35.61%
G=24.96%
B=39.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141502370.100.3700.07284.1470.7375.88
HexD696EDA250711c474c
Octal326226355124507434107114
Binary1101011010010110111011011010100101011110001110010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696ED; }

 p { color: rgb(214,150,237); }

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

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

 a { background-color: rgb(214,150,237); }

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

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

 span { border-color: rgb(214,150,237); }

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