#C197DD

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

Shades of Wisteria #C197DD

Tints of Wisteria #C197DD

Color information

#C197DD (or 0xC197DD) is unknown color: approx Wisteria. HEX triplet: C1, 97 and DD. RGB value is (193,151,221). Sum of RGB (Red+Green+Blue) = 193+151+221=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C197DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C197DD is #3E6822. Grayscale: #ABABAB. Windows color (decimal): -4089891 or 14522305. OLE color: 14522305.

HSL color Cylindrical-coordinate representation of color #C197DD: hue angle of 276º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C197DD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193151221-
CMYK0.130.3200.13
HSL276º50.72%72.94%-
HSV(B)276º31.67%86.67%-
XYZ46.1138.6973.44-
YUV171.54155.91143.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=34.16%
G=26.73%
B=39.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931512210.130.3200.1327650.7272.94
HexC197DDD200D1143349
Octal301227335154001542463111
Binary1100000110010111110111011101100000011011000101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C197DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C197DD; }

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

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

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

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

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

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

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

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