#D68AEB

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

Shades of Wisteria #D68AEB

Tints of Wisteria #D68AEB

Color information

#D68AEB (or 0xD68AEB) is unknown color: approx Wisteria. HEX triplet: D6, 8A and EB. RGB value is (214,138,235). Sum of RGB (Red+Green+Blue) = 214+138+235=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #D68AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AEB is #297514. Grayscale: #ABABAB. Windows color (decimal): -2716949 or 15436502. OLE color: 15436502.

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

Color convert

RGB214138235-
CMYK0.090.4100.08
HSL287.01º70.8%73.14%-
HSV(B)287.01º41.28%92.16%-
XYZ51.8238.4783.29-
YUV171.78163.68158.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 138 (54.30% from 255) = 23.51%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=36.46%
G=23.51%
B=40.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141382350.090.4100.08287.0170.873.14
HexD68AEB9290811f4749
Octal3262123531151010437107111
Binary11010110100010101110101110011010010100010001111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68AEB; }

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

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

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

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

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

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

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

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