#C197DE

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

Shades of Wisteria #C197DE

Tints of Wisteria #C197DE

Color information

#C197DE (or 0xC197DE) is unknown color: approx Wisteria. HEX triplet: C1, 97 and DE. RGB value is (193,151,222). Sum of RGB (Red+Green+Blue) = 193+151+222=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #C197DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197DE is #3E6821. Grayscale: #ABABAB. Windows color (decimal): -4089890 or 14587841. OLE color: 14587841.

HSL color Cylindrical-coordinate representation of color #C197DE: hue angle of 275.49º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C197DE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193151222-
CMYK0.130.3200.13
HSL275.49º51.82%73.14%-
HSV(B)275.49º31.98%87.06%-
XYZ46.2438.7474.15-
YUV171.65156.41143.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.10%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=34.10%
G=26.68%
B=39.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931512220.130.3200.13275.4951.8273.14
HexC197DED200D1133449
Octal301227336154001542364111
Binary1100000110010111110111101101100000011011000100111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197DE; }

 p { color: rgb(193,151,222); }

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

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

 a { background-color: rgb(193,151,222); }

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

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

 span { border-color: rgb(193,151,222); }

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