#D691EB

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

Shades of Wisteria #D691EB

Tints of Wisteria #D691EB

Color information

#D691EB (or 0xD691EB) is unknown color: approx Wisteria. HEX triplet: D6, 91 and EB. RGB value is (214,145,235). Sum of RGB (Red+Green+Blue) = 214+145+235=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #D691EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D691EB is #296E14. Grayscale: #AFAFAF. Windows color (decimal): -2715157 or 15438294. OLE color: 15438294.

HSL color Cylindrical-coordinate representation of color #D691EB: hue angle of 286º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D691EB is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214145235-
CMYK0.090.3800.08
HSL286º69.23%74.51%-
HSV(B)286º38.3%92.16%-
XYZ52.8540.5583.64-
YUV175.89161.36155.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 145 (57.03% from 255) = 24.41%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=36.03%
G=24.41%
B=39.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141452350.090.3800.0828669.2374.51
HexD691EB9260811e454b
Octal3262213531146010436105113
Binary11010110100100011110101110011001100100010001111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691EB; }

 p { color: rgb(214,145,235); }

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

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

 a { background-color: rgb(214,145,235); }

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

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

 span { border-color: rgb(214,145,235); }

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