#D097ED

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

Shades of Wisteria #D097ED

Tints of Wisteria #D097ED

Color information

#D097ED (or 0xD097ED) is unknown color: approx Wisteria. HEX triplet: D0, 97 and ED. RGB value is (208,151,237). Sum of RGB (Red+Green+Blue) = 208+151+237=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #D097ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097ED is #2F6812. Grayscale: #B1B1B1. Windows color (decimal): -3106835 or 15570896. OLE color: 15570896.

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

Color convert

RGB208151237-
CMYK0.120.3600.07
HSL279.77º70.49%76.08%-
HSV(B)279.77º36.29%92.94%-
XYZ52.3741.6685.4-
YUV177.85161.38149.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=34.90%
G=25.34%
B=39.77%

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
Decimal2081512370.120.3600.07279.7770.4976.08
HexD097EDC2407118464c
Octal320227355144407430106114
Binary1101000010010111111011011100100100011110001100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097ED; }

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

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

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

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

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

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

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

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