#D68BE9

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

Shades of Wisteria #D68BE9

Tints of Wisteria #D68BE9

Color information

#D68BE9 (or 0xD68BE9) is unknown color: approx Wisteria. HEX triplet: D6, 8B and E9. RGB value is (214,139,233). Sum of RGB (Red+Green+Blue) = 214+139+233=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #D68BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BE9 is #297416. Grayscale: #ABABAB. Windows color (decimal): -2716695 or 15305686. OLE color: 15305686.

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

Color convert

RGB214139233-
CMYK0.080.4000.09
HSL287.87º68.12%72.94%-
HSV(B)287.87º40.34%91.37%-
XYZ51.6738.6481.83-
YUV172.14162.35157.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 139 (54.69% from 255) = 23.72%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=36.52%
G=23.72%
B=39.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141392330.080.4000.09287.8768.1272.94
HexD68BE9828091204449
Octal3262133511050011440104111
Binary11010110100010111110100110001010000100110010000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68BE9; }

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

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

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

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

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

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

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

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