#D697F0

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

Shades of Wisteria #D697F0

Tints of Wisteria #D697F0

Color information

#D697F0 (or 0xD697F0) is unknown color: approx Wisteria. HEX triplet: D6, 97 and F0. RGB value is (214,151,240). Sum of RGB (Red+Green+Blue) = 214+151+240=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #D697F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697F0 is #29680F. Grayscale: #B3B3B3. Windows color (decimal): -2713616 or 15767510. OLE color: 15767510.

HSL color Cylindrical-coordinate representation of color #D697F0: hue angle of 282.47º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D697F0 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214151240-
CMYK0.110.3700.06
HSL282.47º74.79%76.67%-
HSV(B)282.47º37.08%94.12%-
XYZ54.5342.7287.81-
YUV179.98161.87152.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 151 (59.38% from 255) = 24.96%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=35.37%
G=24.96%
B=39.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141512400.110.3700.06282.4774.7976.67
HexD697F0B250611a4b4d
Octal326227360134506432113115
Binary1101011010010111111100001011100101011010001101010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697F0; }

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

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

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

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

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

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

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

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