#D69FEB

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

Shades of Wisteria #D69FEB

Tints of Wisteria #D69FEB

Color information

#D69FEB (or 0xD69FEB) is unknown color: approx Wisteria. HEX triplet: D6, 9F and EB. RGB value is (214,159,235). Sum of RGB (Red+Green+Blue) = 214+159+235=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #D69FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FEB is #296014. Grayscale: #B7B7B7. Windows color (decimal): -2711573 or 15441878. OLE color: 15441878.

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

Color convert

RGB214159235-
CMYK0.090.3200.08
HSL283.42º65.52%77.25%-
HSV(B)283.42º32.34%92.16%-
XYZ55.1345.0984.4-
YUV184.11156.72149.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=35.20%
G=26.15%
B=38.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141592350.090.3200.08283.4265.5277.25
HexD69FEB9200811b424d
Octal3262373531140010433102115
Binary11010110100111111110101110011000000100010001101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FEB; }

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

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

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

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

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

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

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

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