#D696F0

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

Shades of Wisteria #D696F0

Tints of Wisteria #D696F0

Color information

#D696F0 (or 0xD696F0) is unknown color: approx Wisteria. HEX triplet: D6, 96 and F0. RGB value is (214,150,240). Sum of RGB (Red+Green+Blue) = 214+150+240=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #D696F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696F0 is #29690F. Grayscale: #B3B3B3. Windows color (decimal): -2713872 or 15767254. OLE color: 15767254.

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

Color convert

RGB214150240-
CMYK0.110.3700.06
HSL282.67º75%76.47%-
HSV(B)282.67º37.5%94.12%-
XYZ54.3742.487.76-
YUV179.4162.2152.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 150 (58.98% from 255) = 24.83%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=35.43%
G=24.83%
B=39.74%

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
Decimal2141502400.110.3700.06282.677576.47
HexD696F0B250611b4b4c
Octal326226360134506433113114
Binary1101011010010110111100001011100101011010001101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696F0; }

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

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

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

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

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

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

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

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