#D997EC

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

Shades of Wisteria #D997EC

Tints of Wisteria #D997EC

Color information

#D997EC (or 0xD997EC) is unknown color: approx Wisteria. HEX triplet: D9, 97 and EC. RGB value is (217,151,236). Sum of RGB (Red+Green+Blue) = 217+151+236=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #D997EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997EC is #266813. Grayscale: #B4B4B4. Windows color (decimal): -2517012 or 15505369. OLE color: 15505369.

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

Color convert

RGB217151236-
CMYK0.080.3600.07
HSL286.59º69.11%75.88%-
HSV(B)286.59º36.02%92.55%-
XYZ54.8242.9484.76-
YUV180.42159.37154.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.93%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=35.93%
G=25%
B=39.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171512360.080.3600.07286.5969.1175.88
HexD997EC8240711f454c
Octal331227354104407437105114
Binary1101100110010111111011001000100100011110001111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997EC; }

 p { color: rgb(217,151,236); }

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

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

 a { background-color: rgb(217,151,236); }

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

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

 span { border-color: rgb(217,151,236); }

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