#C19BD1

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

Shades of Wisteria #C19BD1

Tints of Wisteria #C19BD1

Color information

#C19BD1 (or 0xC19BD1) is unknown color: approx Wisteria. HEX triplet: C1, 9B and D1. RGB value is (193,155,209). Sum of RGB (Red+Green+Blue) = 193+155+209=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #C19BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BD1 is #3E642E. Grayscale: #ACACAC. Windows color (decimal): -4088879 or 13736897. OLE color: 13736897.

HSL color Cylindrical-coordinate representation of color #C19BD1: hue angle of 282.22º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C19BD1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193155209-
CMYK0.080.2600.18
HSL282.22º36.99%71.37%-
HSV(B)282.22º25.84%81.96%-
XYZ45.2239.3865.54-
YUV172.52148.59142.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=34.65%
G=27.83%
B=37.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931552090.080.2600.18282.2236.9971.37
HexC19BD181A01211a2547
Octal301233321103202243245107
Binary1100000110011011110100011000110100100101000110101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19BD1; }

 p { color: rgb(193,155,209); }

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

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

 a { background-color: rgb(193,155,209); }

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

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

 span { border-color: rgb(193,155,209); }

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