#D195DC

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

Shades of Wisteria #D195DC

Tints of Wisteria #D195DC

Color information

#D195DC (or 0xD195DC) is unknown color: approx Wisteria. HEX triplet: D1, 95 and DC. RGB value is (209,149,220). Sum of RGB (Red+Green+Blue) = 209+149+220=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D195DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195DC is #2E6A23. Grayscale: #AEAEAE. Windows color (decimal): -3041828 or 14456273. OLE color: 14456273.

HSL color Cylindrical-coordinate representation of color #D195DC: hue angle of 290.7º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D195DC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209149220-
CMYK0.050.3200.14
HSL290.7º50.35%72.35%-
HSV(B)290.7º32.27%86.27%-
XYZ49.9640.2272.84-
YUV175.03153.38152.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.16%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=36.16%
G=25.78%
B=38.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091492200.050.3200.14290.750.3572.35
HexD195DC5200E1233248
Octal32122533454001644362110
Binary110100011001010111011100101100000011101001000111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195DC; }

 p { color: rgb(209,149,220); }

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

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

 a { background-color: rgb(209,149,220); }

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

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

 span { border-color: rgb(209,149,220); }

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