#D297EC

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

Shades of Wisteria #D297EC

Tints of Wisteria #D297EC

Color information

#D297EC (or 0xD297EC) is unknown color: approx Wisteria. HEX triplet: D2, 97 and EC. RGB value is (210,151,236). Sum of RGB (Red+Green+Blue) = 210+151+236=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #D297EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297EC is #2D6813. Grayscale: #B2B2B2. Windows color (decimal): -2975764 or 15505362. OLE color: 15505362.

HSL color Cylindrical-coordinate representation of color #D297EC: hue angle of 281.65º 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 #D297EC is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210151236-
CMYK0.110.3600.07
HSL281.65º69.11%75.88%-
HSV(B)281.65º36.02%92.55%-
XYZ52.7941.8984.66-
YUV178.33160.55150.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 151 (59.38% from 255) = 25.29%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=35.18%
G=25.29%
B=39.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101512360.110.3600.07281.6569.1175.88
HexD297ECB240711a454c
Octal322227354134407432105114
Binary1101001010010111111011001011100100011110001101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297EC; }

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

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

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

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

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

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

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

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