#D68AE9

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

Shades of Wisteria #D68AE9

Tints of Wisteria #D68AE9

Color information

#D68AE9 (or 0xD68AE9) is unknown color: approx Wisteria. HEX triplet: D6, 8A and E9. RGB value is (214,138,233). Sum of RGB (Red+Green+Blue) = 214+138+233=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #D68AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AE9 is #297516. Grayscale: #ABABAB. Windows color (decimal): -2716951 or 15305430. OLE color: 15305430.

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

Color convert

RGB214138233-
CMYK0.080.4100.09
HSL288º68.35%72.75%-
HSV(B)288º40.77%91.37%-
XYZ51.5338.3681.78-
YUV171.55162.68158.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=36.58%
G=23.59%
B=39.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141382330.080.4100.0928868.3572.75
HexD68AE9829091204449
Octal3262123511051011440104111
Binary11010110100010101110100110001010010100110010000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68AE9; }

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

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

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

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

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

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

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

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