#C197DA

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

Shades of Wisteria #C197DA

Tints of Wisteria #C197DA

Color information

#C197DA (or 0xC197DA) is unknown color: approx Wisteria. HEX triplet: C1, 97 and DA. RGB value is (193,151,218). Sum of RGB (Red+Green+Blue) = 193+151+218=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C197DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197DA is #3E6825. Grayscale: #AAAAAA. Windows color (decimal): -4089894 or 14325697. OLE color: 14325697.

HSL color Cylindrical-coordinate representation of color #C197DA: hue angle of 277.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C197DA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193151218-
CMYK0.110.3100.15
HSL277.61º47.52%72.35%-
HSV(B)277.61º30.73%85.49%-
XYZ45.7138.5371.36-
YUV171.2154.41143.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.34%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=34.34%
G=26.87%
B=38.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931512180.110.3100.15277.6147.5272.35
HexC197DAB1F0F1163048
Octal301227332133701742660110
Binary110000011001011111011010101111111011111000101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197DA; }

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

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

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

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

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

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

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

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