#C197D7

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

Shades of Wisteria #C197D7

Tints of Wisteria #C197D7

Color information

#C197D7 (or 0xC197D7) is unknown color: approx Wisteria. HEX triplet: C1, 97 and D7. RGB value is (193,151,215). Sum of RGB (Red+Green+Blue) = 193+151+215=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #C197D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197D7 is #3E6828. Grayscale: #AAAAAA. Windows color (decimal): -4089897 or 14129089. OLE color: 14129089.

HSL color Cylindrical-coordinate representation of color #C197D7: hue angle of 279.38º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C197D7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193151215-
CMYK0.100.3000.16
HSL279.38º44.44%71.76%-
HSV(B)279.38º29.77%84.31%-
XYZ45.3238.3869.31-
YUV170.85152.91143.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=34.53%
G=27.01%
B=38.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931512150.100.3000.16279.3844.4471.76
HexC197D7A1E0101172c48
Octal301227327123602042754110
Binary1100000110010111110101111010111100100001000101111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197D7; }

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

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

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

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

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

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

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

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