#C197D0

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

Shades of Wisteria #C197D0

Tints of Wisteria #C197D0

Color information

#C197D0 (or 0xC197D0) is unknown color: approx Wisteria. HEX triplet: C1, 97 and D0. RGB value is (193,151,208). Sum of RGB (Red+Green+Blue) = 193+151+208=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #C197D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197D0 is #3E682F. Grayscale: #A9A9A9. Windows color (decimal): -4089904 or 13670337. OLE color: 13670337.

HSL color Cylindrical-coordinate representation of color #C197D0: hue angle of 284.21º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C197D0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193151208-
CMYK0.070.2700.18
HSL284.21º37.75%70.39%-
HSV(B)284.21º27.4%81.57%-
XYZ44.4438.0264.67-
YUV170.06149.41144.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=34.96%
G=27.36%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931512080.070.2700.18284.2137.7570.39
HexC197D071B01211c2646
Octal30122732073302243446106
Binary110000011001011111010000111110110100101000111001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197D0; }

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

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

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

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

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

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

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

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