#C1A3CB

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

Shades of Wisteria #C1A3CB

Tints of Wisteria #C1A3CB

Color information

#C1A3CB (or 0xC1A3CB) is unknown color: approx Wisteria. HEX triplet: C1, A3 and CB. RGB value is (193,163,203). Sum of RGB (Red+Green+Blue) = 193+163+203=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A3CB is #3E5C34. Grayscale: #B0B0B0. Windows color (decimal): -4086837 or 13345729. OLE color: 13345729.

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

Color convert

RGB193163203-
CMYK0.050.2000.20
HSL285º27.78%71.76%-
HSV(B)285º19.7%79.61%-
XYZ45.8741.8462.16-
YUV176.53142.94139.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 163 (64.06% from 255) = 29.16%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=34.53%
G=29.16%
B=36.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931632030.050.2000.2028527.7871.76
HexC1A3CB51401411d1c48
Octal30124331352402443534110
Binary11000001101000111100101110110100010100100011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A3CB; }

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

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

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

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

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

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

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

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