#d697e6

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

Shades of Wisteria #D697E6

Tints of Wisteria #D697E6

Color information

#D697E6 (or 0xD697E6) is unknown color: approx Wisteria. HEX triplet: D6, 97 and E6. RGB value is (214,151,230). Sum of RGB (Red+Green+Blue) = 214+151+230=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #D697E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697E6 is #296819. Grayscale: #B2B2B2. Windows color (decimal): -2713626 or 15112150. OLE color: 15112150.

HSL color Cylindrical-coordinate representation of color #D697E6: hue angle of 287.85º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D697E6 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB214151230-
CMYK0.070.3400.10
HSL287.85º61.24%74.71%-
HSV(B)287.85º34.35%90.2%-
XYZ53.0842.1480.2-
YUV178.84156.87153.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 230 (90.23% from 255) = 38.66%
R=35.97%
G=25.38%
B=38.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2141512300.070.3400.10287.8561.2474.71
HexD697E67220A1203d4b
Octal32622734674201244075113
Binary110101101001011111100110111100010010101001000001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d697e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d697e6; }

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

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

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

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

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

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

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

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