#C191D1

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

Shades of Wisteria #C191D1

Tints of Wisteria #C191D1

Color information

#C191D1 (or 0xC191D1) is unknown color: approx Wisteria. HEX triplet: C1, 91 and D1. RGB value is (193,145,209). Sum of RGB (Red+Green+Blue) = 193+145+209=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #C191D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191D1 is #3E6E2E. Grayscale: #A6A6A6. Windows color (decimal): -4091439 or 13734337. OLE color: 13734337.

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

Color convert

RGB193145209-
CMYK0.080.3100.18
HSL285º41.03%69.41%-
HSV(B)285º30.62%81.96%-
XYZ43.6336.1965.01-
YUV166.65151.9146.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=35.28%
G=26.51%
B=38.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931452090.080.3100.1828541.0369.41
HexC191D181F01211d2945
Octal301221321103702243551105
Binary1100000110010001110100011000111110100101000111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C191D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C191D1; }

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

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

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

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

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

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

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

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