#D097EC

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

Shades of Wisteria #D097EC

Tints of Wisteria #D097EC

Color information

#D097EC (or 0xD097EC) is unknown color: approx Wisteria. HEX triplet: D0, 97 and EC. RGB value is (208,151,236). Sum of RGB (Red+Green+Blue) = 208+151+236=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #D097EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097EC is #2F6813. Grayscale: #B1B1B1. Windows color (decimal): -3106836 or 15505360. OLE color: 15505360.

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

Color convert

RGB208151236-
CMYK0.120.3600.07
HSL280.24º69.11%75.88%-
HSV(B)280.24º36.02%92.55%-
XYZ52.2241.684.63-
YUV177.73160.88149.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=34.96%
G=25.38%
B=39.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081512360.120.3600.07280.2469.1175.88
HexD097ECC2407118454c
Octal320227354144407430105114
Binary1101000010010111111011001100100100011110001100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097EC; }

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

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

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

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

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

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

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

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