#D194EB

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

Shades of Wisteria #D194EB

Tints of Wisteria #D194EB

Color information

#D194EB (or 0xD194EB) is unknown color: approx Wisteria. HEX triplet: D1, 94 and EB. RGB value is (209,148,235). Sum of RGB (Red+Green+Blue) = 209+148+235=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #D194EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194EB is #2E6B14. Grayscale: #AFAFAF. Windows color (decimal): -3042069 or 15439057. OLE color: 15439057.

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

Color convert

RGB209148235-
CMYK0.110.3700.08
HSL282.07º68.5%75.1%-
HSV(B)282.07º37.02%92.16%-
XYZ51.8840.7383.73-
YUV176.16161.21151.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 148 (58.20% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=35.30%
G=25%
B=39.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091482350.110.3700.08282.0768.575.1
HexD194EBB250811a454b
Octal3212243531345010432105113
Binary11010001100101001110101110111001010100010001101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194EB; }

 p { color: rgb(209,148,235); }

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

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

 a { background-color: rgb(209,148,235); }

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

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

 span { border-color: rgb(209,148,235); }

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