#D697ED

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

Shades of Wisteria #D697ED

Tints of Wisteria #D697ED

Color information

#D697ED (or 0xD697ED) is unknown color: approx Wisteria. HEX triplet: D6, 97 and ED. RGB value is (214,151,237). Sum of RGB (Red+Green+Blue) = 214+151+237=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #D697ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697ED is #296812. Grayscale: #B3B3B3. Windows color (decimal): -2713619 or 15570902. OLE color: 15570902.

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

Color convert

RGB214151237-
CMYK0.100.3600.07
HSL283.95º70.49%76.08%-
HSV(B)283.95º36.29%92.94%-
XYZ54.0842.5485.48-
YUV179.64160.37152.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=35.55%
G=25.08%
B=39.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141512370.100.3600.07283.9570.4976.08
HexD697EDA240711c464c
Octal326227355124407434106114
Binary1101011010010111111011011010100100011110001110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697ED; }

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

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

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

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

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

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

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

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