#D695EC

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

Shades of Wisteria #D695EC

Tints of Wisteria #D695EC

Color information

#D695EC (or 0xD695EC) is unknown color: approx Wisteria. HEX triplet: D6, 95 and EC. RGB value is (214,149,236). Sum of RGB (Red+Green+Blue) = 214+149+236=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #D695EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695EC is #296A13. Grayscale: #B2B2B2. Windows color (decimal): -2714132 or 15504854. OLE color: 15504854.

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

Color convert

RGB214149236-
CMYK0.090.3700.07
HSL284.83º69.6%75.49%-
HSV(B)284.83º36.86%92.55%-
XYZ53.6241.8584.61-
YUV178.35160.53153.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 149 (58.59% from 255) = 24.87%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=35.73%
G=24.87%
B=39.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141492360.090.3700.07284.8369.675.49
HexD695EC9250711d464b
Octal326225354114507435106113
Binary1101011010010101111011001001100101011110001110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695EC; }

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

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

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

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

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

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

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

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