#C19AD2

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

Shades of Wisteria #C19AD2

Tints of Wisteria #C19AD2

Color information

#C19AD2 (or 0xC19AD2) is unknown color: approx Wisteria. HEX triplet: C1, 9A and D2. RGB value is (193,154,210). Sum of RGB (Red+Green+Blue) = 193+154+210=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #C19AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19AD2 is #3E652D. Grayscale: #ABABAB. Windows color (decimal): -4089134 or 13802177. OLE color: 13802177.

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

Color convert

RGB193154210-
CMYK0.080.2700.18
HSL281.79º38.36%71.37%-
HSV(B)281.79º26.67%82.35%-
XYZ45.1839.166.14-
YUV172.04149.42142.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 210 (82.42% from 255) = 37.70%
R=34.65%
G=27.65%
B=37.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931542100.080.2700.18281.7938.3671.37
HexC19AD281B01211a2647
Octal301232322103302243246107
Binary1100000110011010110100101000110110100101000110101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19AD2; }

 p { color: rgb(193,154,210); }

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

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

 a { background-color: rgb(193,154,210); }

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

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

 span { border-color: rgb(193,154,210); }

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