#C191DB

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

Shades of Wisteria #C191DB

Tints of Wisteria #C191DB

Color information

#C191DB (or 0xC191DB) is unknown color: approx Wisteria. HEX triplet: C1, 91 and DB. RGB value is (193,145,219). Sum of RGB (Red+Green+Blue) = 193+145+219=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C191DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191DB is #3E6E24. Grayscale: #A7A7A7. Windows color (decimal): -4091429 or 14389697. OLE color: 14389697.

HSL color Cylindrical-coordinate representation of color #C191DB: hue angle of 278.92º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C191DB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193145219-
CMYK0.120.3400.14
HSL278.92º50.68%71.37%-
HSV(B)278.92º33.79%85.88%-
XYZ44.936.771.74-
YUV167.79156.9145.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=34.65%
G=26.03%
B=39.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931452190.120.3400.14278.9250.6871.37
HexC191DBC220E1173347
Octal301221333144201642763107
Binary1100000110010001110110111100100010011101000101111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C191DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C191DB; }

 p { color: rgb(193,145,219); }

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

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

 a { background-color: rgb(193,145,219); }

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

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

 span { border-color: rgb(193,145,219); }

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