#C197D3

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

Shades of Wisteria #C197D3

Tints of Wisteria #C197D3

Color information

#C197D3 (or 0xC197D3) is unknown color: approx Wisteria. HEX triplet: C1, 97 and D3. RGB value is (193,151,211). Sum of RGB (Red+Green+Blue) = 193+151+211=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #C197D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197D3 is #3E682C. Grayscale: #AAAAAA. Windows color (decimal): -4089901 or 13866945. OLE color: 13866945.

HSL color Cylindrical-coordinate representation of color #C197D3: hue angle of 282º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C197D3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193151211-
CMYK0.090.2800.17
HSL282º40.54%70.98%-
HSV(B)282º28.44%82.75%-
XYZ44.8238.1766.63-
YUV170.4150.91144.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=34.77%
G=27.21%
B=38.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931512110.090.2800.1728240.5470.98
HexC197D391C01111a2947
Octal301227323113402143251107
Binary1100000110010111110100111001111000100011000110101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197D3; }

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

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

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

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

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

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

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

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