#D694EA

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

Shades of Wisteria #D694EA

Tints of Wisteria #D694EA

Color information

#D694EA (or 0xD694EA) is unknown color: approx Wisteria. HEX triplet: D6, 94 and EA. RGB value is (214,148,234). Sum of RGB (Red+Green+Blue) = 214+148+234=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #D694EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694EA is #296B15. Grayscale: #B1B1B1. Windows color (decimal): -2714390 or 15373526. OLE color: 15373526.

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

Color convert

RGB214148234-
CMYK0.090.3700.08
HSL286.05º67.19%74.9%-
HSV(B)286.05º36.75%91.76%-
XYZ53.1741.4283.03-
YUV177.54159.87154.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=35.91%
G=24.83%
B=39.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141482340.090.3700.08286.0567.1974.9
HexD694EA9250811e434b
Octal3262243521145010436103113
Binary11010110100101001110101010011001010100010001111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694EA; }

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

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

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

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

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

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

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

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