#D69FEC

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

Shades of Wisteria #D69FEC

Tints of Wisteria #D69FEC

Color information

#D69FEC (or 0xD69FEC) is unknown color: approx Wisteria. HEX triplet: D6, 9F and EC. RGB value is (214,159,236). Sum of RGB (Red+Green+Blue) = 214+159+236=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #D69FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FEC is #296013. Grayscale: #B7B7B7. Windows color (decimal): -2711572 or 15507414. OLE color: 15507414.

HSL color Cylindrical-coordinate representation of color #D69FEC: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69FEC is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214159236-
CMYK0.090.3300.07
HSL282.86º66.96%77.45%-
HSV(B)282.86º32.63%92.55%-
XYZ55.2745.1585.16-
YUV184.22157.22149.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 159 (62.5% from 255) = 26.11%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=35.14%
G=26.11%
B=38.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141592360.090.3300.07282.8666.9677.45
HexD69FEC9210711b434d
Octal326237354114107433103115
Binary1101011010011111111011001001100001011110001101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FEC; }

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

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

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

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

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

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

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

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