#C1A1CB

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

Shades of Wisteria #C1A1CB

Tints of Wisteria #C1A1CB

Color information

#C1A1CB (or 0xC1A1CB) is unknown color: approx Wisteria. HEX triplet: C1, A1 and CB. RGB value is (193,161,203). Sum of RGB (Red+Green+Blue) = 193+161+203=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A1CB is #3E5E34. Grayscale: #AFAFAF. Windows color (decimal): -4087349 or 13345217. OLE color: 13345217.

HSL color Cylindrical-coordinate representation of color #C1A1CB: hue angle of 285.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1A1CB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193161203-
CMYK0.050.2100.20
HSL285.71º28.77%71.37%-
HSV(B)285.71º20.69%79.61%-
XYZ45.5241.1462.04-
YUV175.36143.6140.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=34.65%
G=28.90%
B=36.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931612030.050.2100.20285.7128.7771.37
HexC1A1CB51501411e1d47
Octal30124131352502443635107
Binary11000001101000011100101110110101010100100011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A1CB; }

 p { color: rgb(193,161,203); }

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

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

 a { background-color: rgb(193,161,203); }

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

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

 span { border-color: rgb(193,161,203); }

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