#D495EE

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

Shades of Wisteria #D495EE

Tints of Wisteria #D495EE

Color information

#D495EE (or 0xD495EE) is unknown color: approx Wisteria. HEX triplet: D4, 95 and EE. RGB value is (212,149,238). Sum of RGB (Red+Green+Blue) = 212+149+238=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #D495EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495EE is #2B6A11. Grayscale: #B1B1B1. Windows color (decimal): -2845202 or 15635924. OLE color: 15635924.

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

Color convert

RGB212149238-
CMYK0.110.3700.07
HSL282.47º72.36%75.88%-
HSV(B)282.47º37.39%93.33%-
XYZ53.3341.6686.12-
YUV177.98161.87152.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 149 (58.59% from 255) = 24.87%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=35.39%
G=24.87%
B=39.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121492380.110.3700.07282.4772.3675.88
HexD495EEB250711a484c
Octal324225356134507432110114
Binary1101010010010101111011101011100101011110001101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495EE; }

 p { color: rgb(212,149,238); }

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

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

 a { background-color: rgb(212,149,238); }

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

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

 span { border-color: rgb(212,149,238); }

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