#C191CF

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

Shades of Wisteria #C191CF

Tints of Wisteria #C191CF

Color information

#C191CF (or 0xC191CF) is unknown color: approx Wisteria. HEX triplet: C1, 91 and CF. RGB value is (193,145,207). Sum of RGB (Red+Green+Blue) = 193+145+207=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #C191CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191CF is #3E6E30. Grayscale: #A6A6A6. Windows color (decimal): -4091441 or 13603265. OLE color: 13603265.

HSL color Cylindrical-coordinate representation of color #C191CF: hue angle of 286.45º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C191CF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193145207-
CMYK0.070.3000.19
HSL286.45º39.24%69.02%-
HSV(B)286.45º29.95%81.18%-
XYZ43.3836.0963.71-
YUV166.42150.9146.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.41%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=35.41%
G=26.61%
B=37.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931452070.070.3000.19286.4539.2469.02
HexC191CF71E01311e2745
Octal30122131773602343647105
Binary110000011001000111001111111111100100111000111101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C191CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C191CF; }

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

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

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

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

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

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

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

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