#C197CC

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

Shades of Wisteria #C197CC

Tints of Wisteria #C197CC

Color information

#C197CC (or 0xC197CC) is unknown color: approx Wisteria. HEX triplet: C1, 97 and CC. RGB value is (193,151,204). Sum of RGB (Red+Green+Blue) = 193+151+204=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C197CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197CC is #3E6833. Grayscale: #A9A9A9. Windows color (decimal): -4089908 or 13408193. OLE color: 13408193.

HSL color Cylindrical-coordinate representation of color #C197CC: hue angle of 287.55º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C197CC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193151204-
CMYK0.050.2600.2
HSL287.55º34.19%69.61%-
HSV(B)287.55º25.98%80%-
XYZ43.9637.8362.11-
YUV169.6147.41144.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=35.22%
G=27.55%
B=37.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931512040.050.2600.2287.5534.1969.61
HexC197CC51A0141202246
Octal30122731453202444042106
Binary110000011001011111001100101110100101001001000001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197CC; }

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

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

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

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

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

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

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

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