#D68DEA

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

Shades of Wisteria #D68DEA

Tints of Wisteria #D68DEA

Color information

#D68DEA (or 0xD68DEA) is unknown color: approx Wisteria. HEX triplet: D6, 8D and EA. RGB value is (214,141,234). Sum of RGB (Red+Green+Blue) = 214+141+234=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #D68DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DEA is #297215. Grayscale: #ADADAD. Windows color (decimal): -2716182 or 15371734. OLE color: 15371734.

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

Color convert

RGB214141234-
CMYK0.090.4000.08
HSL287.1º68.89%73.53%-
HSV(B)287.1º39.74%91.76%-
XYZ52.1139.2982.68-
YUV173.43162.18156.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=36.33%
G=23.94%
B=39.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141412340.090.4000.08287.168.8973.53
HexD68DEA9280811f454a
Octal3262153521150010437105112
Binary11010110100011011110101010011010000100010001111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68DEA; }

 p { color: rgb(214,141,234); }

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

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

 a { background-color: rgb(214,141,234); }

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

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

 span { border-color: rgb(214,141,234); }

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