#D196E0

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

Shades of Wisteria #D196E0

Tints of Wisteria #D196E0

Color information

#D196E0 (or 0xD196E0) is unknown color: approx Wisteria. HEX triplet: D1, 96 and E0. RGB value is (209,150,224). Sum of RGB (Red+Green+Blue) = 209+150+224=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #D196E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196E0 is #2E691F. Grayscale: #AFAFAF. Windows color (decimal): -3041568 or 14718673. OLE color: 14718673.

HSL color Cylindrical-coordinate representation of color #D196E0: hue angle of 287.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D196E0 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209150224-
CMYK0.070.3300.12
HSL287.84º54.41%73.33%-
HSV(B)287.84º33.04%87.84%-
XYZ50.6640.7575.72-
YUV176.08155.05151.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=35.85%
G=25.73%
B=38.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091502240.070.3300.12287.8454.4173.33
HexD196E07210C1203649
Octal32122634074101444066111
Binary110100011001011011100000111100001011001001000001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196E0; }

 p { color: rgb(209,150,224); }

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

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

 a { background-color: rgb(209,150,224); }

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

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

 span { border-color: rgb(209,150,224); }

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