#D097F3

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

Shades of Wisteria #D097F3

Tints of Wisteria #D097F3

Color information

#D097F3 (or 0xD097F3) is unknown color: approx Wisteria. HEX triplet: D0, 97 and F3. RGB value is (208,151,243). Sum of RGB (Red+Green+Blue) = 208+151+243=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #D097F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097F3 is #2F680C. Grayscale: #B2B2B2. Windows color (decimal): -3106829 or 15964112. OLE color: 15964112.

HSL color Cylindrical-coordinate representation of color #D097F3: hue angle of 277.17º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D097F3 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208151243-
CMYK0.140.3800.05
HSL277.17º79.31%77.25%-
HSV(B)277.17º37.86%95.29%-
XYZ53.2642.0190.1-
YUV178.53164.38149.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 243 (95.31% from 255) = 40.37%
R=34.55%
G=25.08%
B=40.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081512430.140.3800.05277.1779.3177.25
HexD097F3E26051154f4d
Octal320227363164605425117115
Binary1101000010010111111100111110100110010110001010110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097F3; }

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

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

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

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

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

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

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

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